Html Css Color HEX #E00199 Hollywood Cerise

📋 copy color: '#E00199'

red 224 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #E00199

Tints of Hollywood Cerise #E00199

RGB

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

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

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

R = 59.26%
G = 0.26%
B = 40.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00199 (or 0xE00199) is known color: Hollywood Cerise. HEX triplet: E0, 01 and 99. RGB value is (224,1,153). Sum of RGB (Red+Green+Blue) = 224+1+153=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E00199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00199 is #1FFE66. Grayscale: #545454. Windows color (decimal): -2096743 or 10027488. OLE color: 10027488.

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

Color convert

RGB 224 1 153 -
CMYK 0 1.00 0.32 0.12
HSL 319.1º 0.99% 0.44% -
HSV(B) 319.1º 1% 0.88% -
XYZ 36.5 18.17 31.72 -
YUV 85.01 166.38 227.14 -
System Red Green Blue C M Y K H S L
Decimal 224 1 153 0 1.00 0.32 0.12 319.1 0.99 0.44
Hex E0 1 99 0 64 20 C 13F 63 2C
Octal 340 1 231 0 144 40 14 477 143 54
Binary 11100000 1 10011001 0 1100100 100000 1100 100111111 1100011 101100

Color Harmonies of #E00199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00199

Black with #E00199

Text Example


Text Example

White with #E00199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00199; }

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

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

background-color css

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

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

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

border-color css

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

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

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