Html Css Color HEX #E20D9F Hollywood Cerise

📋 copy color: '#E20D9F'

red 226 ◦ green 13 ◦ blue 159

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

Shades of Hollywood Cerise #E20D9F

Tints of Hollywood Cerise #E20D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

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

R = 56.78%
G = 3.27%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E20D9F (or 0xE20D9F) is known color: Hollywood Cerise. HEX triplet: E2, 0D and 9F. RGB value is (226,13,159). Sum of RGB (Red+Green+Blue) = 226+13+159=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20D9F is #1DF260. Grayscale: #5C5C5C. Windows color (decimal): -1962593 or 10423778. OLE color: 10423778.

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

Color convert

RGB 226 13 159 -
CMYK 0 0.94 0.30 0.11
HSL 318.87º 0.89% 0.47% -
HSV(B) 318.87º 0.94% 0.89% -
XYZ 37.77 18.96 34.47 -
YUV 93.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 226 13 159 0 0.94 0.30 0.11 318.87 0.89 0.47
Hex E2 D 9F 0 5E 1E B 13F 59 2F
Octal 342 15 237 0 136 36 13 477 131 57
Binary 11100010 1101 10011111 0 1011110 11110 1011 100111111 1011001 101111

Color Harmonies of #E20D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D9F

Black with #E20D9F

Text Example


Text Example

White with #E20D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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