Html Css Color HEX #E0019C Hollywood Cerise

📋 copy color: '#E0019C'

red 224 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #E0019C

Tints of Hollywood Cerise #E0019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 58.79%
G = 0.26%
B = 40.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E0019C (or 0xE0019C) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 9C. RGB value is (224,1,156). Sum of RGB (Red+Green+Blue) = 224+1+156=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0019C is #1FFE63. Grayscale: #545454. Windows color (decimal): -2096740 or 10224096. OLE color: 10224096.

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

Color convert

RGB 224 1 156 -
CMYK 0 1.00 0.30 0.12
HSL 318.3º 0.99% 0.44% -
HSV(B) 318.3º 1% 0.88% -
XYZ 36.75 18.27 33.04 -
YUV 85.35 167.88 226.9 -
System Red Green Blue C M Y K H S L
Decimal 224 1 156 0 1.00 0.30 0.12 318.3 0.99 0.44
Hex E0 1 9C 0 64 1E C 13E 63 2C
Octal 340 1 234 0 144 36 14 476 143 54
Binary 11100000 1 10011100 0 1100100 11110 1100 100111110 1100011 101100

Color Harmonies of #E0019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0019C

Black with #E0019C

Text Example


Text Example

White with #E0019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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