Html Css Color HEX #E50DAE Hollywood Cerise

📋 copy color: '#E50DAE'

red 229 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #E50DAE

Tints of Hollywood Cerise #E50DAE

RGB

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

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

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

R = 55.05%
G = 3.13%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E50DAE (or 0xE50DAE) is known color: Hollywood Cerise. HEX triplet: E5, 0D and AE. RGB value is (229,13,174). Sum of RGB (Red+Green+Blue) = 229+13+174=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50DAE is #1AF251. Grayscale: #5F5F5F. Windows color (decimal): -1765970 or 11406821. OLE color: 11406821.

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

Color convert

RGB 229 13 174 -
CMYK 0 0.94 0.24 0.10
HSL 315.28º 0.89% 0.47% -
HSV(B) 315.28º 0.94% 0.9% -
XYZ 40.1 20 41.79 -
YUV 95.94 172.06 222.91 -
System Red Green Blue C M Y K H S L
Decimal 229 13 174 0 0.94 0.24 0.10 315.28 0.89 0.47
Hex E5 D AE 0 5E 18 A 13B 59 2F
Octal 345 15 256 0 136 30 12 473 131 57
Binary 11100101 1101 10101110 0 1011110 11000 1010 100111011 1011001 101111

Color Harmonies of #E50DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50DAE

Black with #E50DAE

Text Example


Text Example

White with #E50DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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