Html Css Color HEX #E00399 Hollywood Cerise

📋 copy color: '#E00399'

red 224 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #E00399

Tints of Hollywood Cerise #E00399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 58.95%
G = 0.79%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E00399 (or 0xE00399) is known color: Hollywood Cerise. HEX triplet: E0, 03 and 99. RGB value is (224,3,153). Sum of RGB (Red+Green+Blue) = 224+3+153=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E00399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00399 is #1FFC66. Grayscale: #555555. Windows color (decimal): -2096231 or 10028000. OLE color: 10028000.

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

Color convert

RGB 224 3 153 -
CMYK 0 0.99 0.32 0.12
HSL 319.28º 0.97% 0.45% -
HSV(B) 319.28º 0.99% 0.88% -
XYZ 36.52 18.21 31.73 -
YUV 86.18 165.72 226.3 -
System Red Green Blue C M Y K H S L
Decimal 224 3 153 0 0.99 0.32 0.12 319.28 0.97 0.45
Hex E0 3 99 0 63 20 C 13F 61 2D
Octal 340 3 231 0 143 40 14 477 141 55
Binary 11100000 11 10011001 0 1100011 100000 1100 100111111 1100001 101101

Color Harmonies of #E00399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00399

Black with #E00399

Text Example


Text Example

White with #E00399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00399; }

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

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

background-color css

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

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

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

border-color css

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

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

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