Html Css Color HEX #E50C9E Hollywood Cerise

📋 copy color: '#E50C9E'

red 229 ◦ green 12 ◦ blue 158

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

Shades of Hollywood Cerise #E50C9E

Tints of Hollywood Cerise #E50C9E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.01%

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 57.39%
G = 3.01%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E50C9E (or 0xE50C9E) is known color: Hollywood Cerise. HEX triplet: E5, 0C and 9E. RGB value is (229,12,158). Sum of RGB (Red+Green+Blue) = 229+12+158=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C9E is #1AF361. Grayscale: #5D5D5D. Windows color (decimal): -1766242 or 10357989. OLE color: 10357989.

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

Color convert

RGB 229 12 158 -
CMYK 0 0.95 0.31 0.10
HSL 319.63º 0.9% 0.47% -
HSV(B) 319.63º 0.95% 0.9% -
XYZ 38.62 19.39 34.06 -
YUV 93.53 164.39 224.63 -
System Red Green Blue C M Y K H S L
Decimal 229 12 158 0 0.95 0.31 0.10 319.63 0.9 0.47
Hex E5 C 9E 0 5F 1F A 140 5A 2F
Octal 345 14 236 0 137 37 12 500 132 57
Binary 11100101 1100 10011110 0 1011111 11111 1010 101000000 1011010 101111

Color Harmonies of #E50C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C9E

Black with #E50C9E

Text Example


Text Example

White with #E50C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C9E; }

 p { color: rgb(229,12,158); }

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

background-color css

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

 a { background-color: rgb(229,12,158); }

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

border-color css

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

 span { border-color: rgb(229,12,158); }

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