Html Css Color HEX #E0029C Hollywood Cerise

📋 copy color: '#E0029C'

red 224 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #E0029C

Tints of Hollywood Cerise #E0029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 58.64%
G = 0.52%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0029C (or 0xE0029C) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 9C. RGB value is (224,2,156). Sum of RGB (Red+Green+Blue) = 224+2+156=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0029C is #1FFD63. Grayscale: #555555. Windows color (decimal): -2096484 or 10224352. OLE color: 10224352.

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

Color convert

RGB 224 2 156 -
CMYK 0 0.99 0.30 0.12
HSL 318.38º 0.98% 0.44% -
HSV(B) 318.38º 0.99% 0.88% -
XYZ 36.76 18.29 33.05 -
YUV 85.93 167.55 226.48 -
System Red Green Blue C M Y K H S L
Decimal 224 2 156 0 0.99 0.30 0.12 318.38 0.98 0.44
Hex E0 2 9C 0 63 1E C 13E 62 2C
Octal 340 2 234 0 143 36 14 476 142 54
Binary 11100000 10 10011100 0 1100011 11110 1100 100111110 1100010 101100

Color Harmonies of #E0029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0029C

Black with #E0029C

Text Example


Text Example

White with #E0029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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