Html Css Color HEX #E20991 Hollywood Cerise

📋 copy color: '#E20991'

red 226 ◦ green 9 ◦ blue 145

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

Shades of Hollywood Cerise #E20991

Tints of Hollywood Cerise #E20991

RGB

 RED value IS 226 (88.67% from 255) = 59.47%

 GREEN value IS 9 (3.91% from 255) = 2.37%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 59.47%
G = 2.37%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E20991 (or 0xE20991) is known color: Hollywood Cerise. HEX triplet: E2, 09 and 91. RGB value is (226,9,145). Sum of RGB (Red+Green+Blue) = 226+9+145=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E20991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20991 is #1DF66E. Grayscale: #595959. Windows color (decimal): -1963631 or 9505250. OLE color: 9505250.

HSL color Cylindrical-coordinate representation of color #E20991: hue angle of 322.4º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20991 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 9 145 -
CMYK 0 0.96 0.36 0.11
HSL 322.4º 0.92% 0.46% -
HSV(B) 322.4º 0.96% 0.89% -
XYZ 36.57 18.41 28.41 -
YUV 89.39 159.39 225.44 -
System Red Green Blue C M Y K H S L
Decimal 226 9 145 0 0.96 0.36 0.11 322.4 0.92 0.46
Hex E2 9 91 0 60 24 B 142 5C 2E
Octal 342 11 221 0 140 44 13 502 134 56
Binary 11100010 1001 10010001 0 1100000 100100 1011 101000010 1011100 101110

Color Harmonies of #E20991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20991

Black with #E20991

Text Example


Text Example

White with #E20991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20991; }

 p { color: rgb(226,9,145); }

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

background-color css

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

 a { background-color: rgb(226,9,145); }

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

border-color css

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

 span { border-color: rgb(226,9,145); }

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