Html Css Color HEX #E20F9F Hollywood Cerise

📋 copy color: '#E20F9F'

red 226 ◦ green 15 ◦ blue 159

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

Shades of Hollywood Cerise #E20F9F

Tints of Hollywood Cerise #E20F9F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.75%

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 56.5%
G = 3.75%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E20F9F (or 0xE20F9F) is known color: Hollywood Cerise. HEX triplet: E2, 0F and 9F. RGB value is (226,15,159). Sum of RGB (Red+Green+Blue) = 226+15+159=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20F9F is #1DF060. Grayscale: #5E5E5E. Windows color (decimal): -1962081 or 10424290. OLE color: 10424290.

HSL color Cylindrical-coordinate representation of color #E20F9F: hue angle of 319.05º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F9F is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 15 159 -
CMYK 0 0.93 0.30 0.11
HSL 319.05º 0.88% 0.47% -
HSV(B) 319.05º 0.93% 0.89% -
XYZ 37.79 19.01 34.48 -
YUV 94.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 226 15 159 0 0.93 0.30 0.11 319.05 0.88 0.47
Hex E2 F 9F 0 5D 1E B 13F 58 2F
Octal 342 17 237 0 135 36 13 477 130 57
Binary 11100010 1111 10011111 0 1011101 11110 1011 100111111 1011000 101111

Color Harmonies of #E20F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F9F

Black with #E20F9F

Text Example


Text Example

White with #E20F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F9F; }

 p { color: rgb(226,15,159); }

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

background-color css

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

 a { background-color: rgb(226,15,159); }

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

border-color css

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

 span { border-color: rgb(226,15,159); }

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