Html Css Color HEX #FF91E5 Pale Magenta

📋 copy color: '#FF91E5'

red 255 ◦ green 145 ◦ blue 229

#FF91E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FF91E5

Tints of Pale Magenta #FF91E5

RGB

 RED value IS 255 (100% from 255) = 40.54%

 GREEN value IS 145 (57.03% from 255) = 23.05%

 BLUE value IS 229 (89.84% from 255) = 36.41%

R = 40.54%
G = 23.05%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF91E5 (or 0xFF91E5) is known color: Pale Magenta. HEX triplet: FF, 91 and E5. RGB value is (255,145,229). Sum of RGB (Red+Green+Blue) = 255+145+229=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 145 (57.03% from 255 or 23.05% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91E5 is #006E1A. Grayscale: #BBBBBB. Windows color (decimal): -28187 or 15045119. OLE color: 15045119.

HSL color Cylindrical-coordinate representation of color #FF91E5: hue angle of 314.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91E5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 145 229 -
CMYK 0 0.43 0.10 0
HSL 314.18º 1% 0.78% -
HSV(B) 314.18º 0.43% 1% -
XYZ 65.51 47.17 79.78 -
YUV 187.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 255 145 229 0 0.43 0.10 0 314.18 1 0.78
Hex FF 91 E5 0 2B A 0 13A 64 4E
Octal 377 221 345 0 53 12 0 472 144 116
Binary 11111111 10010001 11100101 0 101011 1010 0 100111010 1100100 1001110

Color Harmonies of #FF91E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF91E5

Black with #FF91E5

Text Example


Text Example

White with #FF91E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF91E5; }

 p { color: rgb(255,145,229); }

 H1.HeaderClassName
 {
   color: #FF91E5;
 }
 .AnyTagClassName
 {
   color: #FF91E5;
 }
</style>

background-color css

<style>
 a { background-color: #FF91E5; }

 a { background-color: rgb(255,145,229); }

 div.DivClassName
 {
   background-color: #FF91E5;
 }
 .BgClassName
 {
   background-color: #FF91E5;
 }
</style>

border-color css

<style>
 span { border-color: #FF91E5; }

 span { border-color: rgb(255,145,229); }

 td.TdClassName
 {
   border-color: #FF91E5;
 }
 .TagClassName
 {
   border-color: #FF91E5;
 }
</style>