Html Css Color HEX #E50C9C Hollywood Cerise

📋 copy color: '#E50C9C'

red 229 ◦ green 12 ◦ blue 156

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

Shades of Hollywood Cerise #E50C9C

Tints of Hollywood Cerise #E50C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 57.68%
G = 3.02%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E50C9C (or 0xE50C9C) is known color: Hollywood Cerise. HEX triplet: E5, 0C and 9C. RGB value is (229,12,156). Sum of RGB (Red+Green+Blue) = 229+12+156=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C9C is #1AF363. Grayscale: #5C5C5C. Windows color (decimal): -1766244 or 10226917. OLE color: 10226917.

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

Color convert

RGB 229 12 156 -
CMYK 0 0.95 0.32 0.10
HSL 320.18º 0.9% 0.47% -
HSV(B) 320.18º 0.95% 0.9% -
XYZ 38.45 19.32 33.16 -
YUV 93.3 163.39 224.79 -
System Red Green Blue C M Y K H S L
Decimal 229 12 156 0 0.95 0.32 0.10 320.18 0.9 0.47
Hex E5 C 9C 0 5F 20 A 140 5A 2F
Octal 345 14 234 0 137 40 12 500 132 57
Binary 11100101 1100 10011100 0 1011111 100000 1010 101000000 1011010 101111

Color Harmonies of #E50C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C9C

Black with #E50C9C

Text Example


Text Example

White with #E50C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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