Html Css Color HEX #E0019A Hollywood Cerise

📋 copy color: '#E0019A'

red 224 ◦ green 1 ◦ blue 154

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

Shades of Hollywood Cerise #E0019A

Tints of Hollywood Cerise #E0019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 59.1%
G = 0.26%
B = 40.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0019A (or 0xE0019A) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 9A. RGB value is (224,1,154). Sum of RGB (Red+Green+Blue) = 224+1+154=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0019A is #1FFE65. Grayscale: #545454. Windows color (decimal): -2096742 or 10093024. OLE color: 10093024.

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

Color convert

RGB 224 1 154 -
CMYK 0 1.00 0.31 0.12
HSL 318.83º 0.99% 0.44% -
HSV(B) 318.83º 1% 0.88% -
XYZ 36.58 18.2 32.16 -
YUV 85.12 166.88 227.06 -
System Red Green Blue C M Y K H S L
Decimal 224 1 154 0 1.00 0.31 0.12 318.83 0.99 0.44
Hex E0 1 9A 0 64 1F C 13F 63 2C
Octal 340 1 232 0 144 37 14 477 143 54
Binary 11100000 1 10011010 0 1100100 11111 1100 100111111 1100011 101100

Color Harmonies of #E0019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0019A

Black with #E0019A

Text Example


Text Example

White with #E0019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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