Html Css Color HEX #E00099 Hollywood Cerise

📋 copy color: '#E00099'

red 224 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #E00099

Tints of Hollywood Cerise #E00099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.42%
G = 0%
B = 40.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00099 (or 0xE00099) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 99. RGB value is (224,0,153). Sum of RGB (Red+Green+Blue) = 224+0+153=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00099 is #1FFF66. Grayscale: #545454. Windows color (decimal): -2096999 or 10027232. OLE color: 10027232.

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

Color convert

RGB 224 0 153 -
CMYK 0 1 0.32 0.12
HSL 319.02º 1% 0.44% -
HSV(B) 319.02º 1% 0.88% -
XYZ 36.49 18.15 31.72 -
YUV 84.42 166.71 227.56 -
System Red Green Blue C M Y K H S L
Decimal 224 0 153 0 1 0.32 0.12 319.02 1 0.44
Hex E0 0 99 0 64 20 C 13F 64 2C
Octal 340 0 231 0 144 40 14 477 144 54
Binary 11100000 0 10011001 0 1100100 100000 1100 100111111 1100100 101100

Color Harmonies of #E00099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00099

Black with #E00099

Text Example


Text Example

White with #E00099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00099; }

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

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

background-color css

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

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

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

border-color css

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

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

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