Html Css Color HEX #E50DA8 Hollywood Cerise

📋 copy color: '#E50DA8'

red 229 ◦ green 13 ◦ blue 168

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

Shades of Hollywood Cerise #E50DA8

Tints of Hollywood Cerise #E50DA8

RGB

 RED value IS 229 (89.84% from 255) = 55.85%

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 55.85%
G = 3.17%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E50DA8 (or 0xE50DA8) is known color: Hollywood Cerise. HEX triplet: E5, 0D and A8. RGB value is (229,13,168). Sum of RGB (Red+Green+Blue) = 229+13+168=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DA8 is #1AF257. Grayscale: #5E5E5E. Windows color (decimal): -1765976 or 11013605. OLE color: 11013605.

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

Color convert

RGB 229 13 168 -
CMYK 0 0.94 0.27 0.10
HSL 316.94º 0.89% 0.47% -
HSV(B) 316.94º 0.94% 0.9% -
XYZ 39.52 19.77 38.78 -
YUV 95.25 169.06 223.4 -
System Red Green Blue C M Y K H S L
Decimal 229 13 168 0 0.94 0.27 0.10 316.94 0.89 0.47
Hex E5 D A8 0 5E 1B A 13D 59 2F
Octal 345 15 250 0 136 33 12 475 131 57
Binary 11100101 1101 10101000 0 1011110 11011 1010 100111101 1011001 101111

Color Harmonies of #E50DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DA8

Black with #E50DA8

Text Example


Text Example

White with #E50DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DA8; }

 p { color: rgb(229,13,168); }

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

background-color css

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

 a { background-color: rgb(229,13,168); }

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

border-color css

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

 span { border-color: rgb(229,13,168); }

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