Html Css Color HEX #E50EAF Hollywood Cerise

📋 copy color: '#E50EAF'

red 229 ◦ green 14 ◦ blue 175

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

Shades of Hollywood Cerise #E50EAF

Tints of Hollywood Cerise #E50EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.35%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 54.78%
G = 3.35%
B = 41.87%

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

#E50EAF (or 0xE50EAF) is known color: Hollywood Cerise. HEX triplet: E5, 0E and AF. RGB value is (229,14,175). Sum of RGB (Red+Green+Blue) = 229+14+175=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50EAF is #1AF150. Grayscale: #606060. Windows color (decimal): -1765713 or 11472613. OLE color: 11472613.

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

Color convert

RGB 229 14 175 -
CMYK 0 0.94 0.24 0.10
HSL 315.07º 0.88% 0.48% -
HSV(B) 315.07º 0.94% 0.9% -
XYZ 40.21 20.07 42.31 -
YUV 96.64 172.23 222.41 -
System Red Green Blue C M Y K H S L
Decimal 229 14 175 0 0.94 0.24 0.10 315.07 0.88 0.48
Hex E5 E AF 0 5E 18 A 13B 58 30
Octal 345 16 257 0 136 30 12 473 130 60
Binary 11100101 1110 10101111 0 1011110 11000 1010 100111011 1011000 110000

Color Harmonies of #E50EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50EAF

Black with #E50EAF

Text Example


Text Example

White with #E50EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50EAF; }

 p { color: rgb(229,14,175); }

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

background-color css

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

 a { background-color: rgb(229,14,175); }

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

border-color css

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

 span { border-color: rgb(229,14,175); }

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