Html Css Color HEX #E20DAE Hollywood Cerise

📋 copy color: '#E20DAE'

red 226 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #E20DAE

Tints of Hollywood Cerise #E20DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 54.72%
G = 3.15%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E20DAE (or 0xE20DAE) is known color: Hollywood Cerise. HEX triplet: E2, 0D and AE. RGB value is (226,13,174). Sum of RGB (Red+Green+Blue) = 226+13+174=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20DAE is #1DF251. Grayscale: #5E5E5E. Windows color (decimal): -1962578 or 11406818. OLE color: 11406818.

HSL color Cylindrical-coordinate representation of color #E20DAE: hue angle of 314.65º 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 #E20DAE is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 13 174 -
CMYK 0 0.94 0.23 0.11
HSL 314.65º 0.89% 0.47% -
HSV(B) 314.65º 0.94% 0.89% -
XYZ 39.15 19.51 41.75 -
YUV 95.04 172.57 221.41 -
System Red Green Blue C M Y K H S L
Decimal 226 13 174 0 0.94 0.23 0.11 314.65 0.89 0.47
Hex E2 D AE 0 5E 17 B 13B 59 2F
Octal 342 15 256 0 136 27 13 473 131 57
Binary 11100010 1101 10101110 0 1011110 10111 1011 100111011 1011001 101111

Color Harmonies of #E20DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DAE

Black with #E20DAE

Text Example


Text Example

White with #E20DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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