Html Css Color HEX #E00C99 Hollywood Cerise

📋 copy color: '#E00C99'

red 224 ◦ green 12 ◦ blue 153

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

Shades of Hollywood Cerise #E00C99

Tints of Hollywood Cerise #E00C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 57.58%
G = 3.08%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00C99 (or 0xE00C99) is known color: Hollywood Cerise. HEX triplet: E0, 0C and 99. RGB value is (224,12,153). Sum of RGB (Red+Green+Blue) = 224+12+153=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C99 is #1FF366. Grayscale: #5B5B5B. Windows color (decimal): -2093927 or 10030304. OLE color: 10030304.

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

Color convert

RGB 224 12 153 -
CMYK 0 0.95 0.32 0.12
HSL 320.09º 0.9% 0.46% -
HSV(B) 320.09º 0.95% 0.88% -
XYZ 36.62 18.41 31.76 -
YUV 91.46 162.74 222.54 -
System Red Green Blue C M Y K H S L
Decimal 224 12 153 0 0.95 0.32 0.12 320.09 0.9 0.46
Hex E0 C 99 0 5F 20 C 140 5A 2E
Octal 340 14 231 0 137 40 14 500 132 56
Binary 11100000 1100 10011001 0 1011111 100000 1100 101000000 1011010 101110

Color Harmonies of #E00C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C99

Black with #E00C99

Text Example


Text Example

White with #E00C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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