Html Css Color HEX #E0019B Hollywood Cerise

📋 copy color: '#E0019B'

red 224 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #E0019B

Tints of Hollywood Cerise #E0019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 58.95%
G = 0.26%
B = 40.79%

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

#E0019B (or 0xE0019B) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 9B. RGB value is (224,1,155). Sum of RGB (Red+Green+Blue) = 224+1+155=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0019B is #1FFE64. Grayscale: #545454. Windows color (decimal): -2096741 or 10158560. OLE color: 10158560.

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

Color convert

RGB 224 1 155 -
CMYK 0 1.00 0.31 0.12
HSL 318.57º 0.99% 0.44% -
HSV(B) 318.57º 1% 0.88% -
XYZ 36.67 18.24 32.6 -
YUV 85.23 167.38 226.98 -
System Red Green Blue C M Y K H S L
Decimal 224 1 155 0 1.00 0.31 0.12 318.57 0.99 0.44
Hex E0 1 9B 0 64 1F C 13F 63 2C
Octal 340 1 233 0 144 37 14 477 143 54
Binary 11100000 1 10011011 0 1100100 11111 1100 100111111 1100011 101100

Color Harmonies of #E0019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0019B

Black with #E0019B

Text Example


Text Example

White with #E0019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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