Html Css Color HEX #E00C9C Hollywood Cerise

📋 copy color: '#E00C9C'

red 224 ◦ green 12 ◦ blue 156

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

Shades of Hollywood Cerise #E00C9C

Tints of Hollywood Cerise #E00C9C

RGB

 RED value IS 224 (87.89% from 255) = 57.14%

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

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

R = 57.14%
G = 3.06%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E00C9C (or 0xE00C9C) is known color: Hollywood Cerise. HEX triplet: E0, 0C and 9C. RGB value is (224,12,156). Sum of RGB (Red+Green+Blue) = 224+12+156=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C9C is #1FF363. Grayscale: #5B5B5B. Windows color (decimal): -2093924 or 10226912. OLE color: 10226912.

HSL color Cylindrical-coordinate representation of color #E00C9C: hue angle of 319.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C9C is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 156 -
CMYK 0 0.95 0.30 0.12
HSL 319.25º 0.9% 0.46% -
HSV(B) 319.25º 0.95% 0.88% -
XYZ 36.87 18.51 33.08 -
YUV 91.8 164.24 222.29 -
System Red Green Blue C M Y K H S L
Decimal 224 12 156 0 0.95 0.30 0.12 319.25 0.9 0.46
Hex E0 C 9C 0 5F 1E C 13F 5A 2E
Octal 340 14 234 0 137 36 14 477 132 56
Binary 11100000 1100 10011100 0 1011111 11110 1100 100111111 1011010 101110

Color Harmonies of #E00C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C9C

Black with #E00C9C

Text Example


Text Example

White with #E00C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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