Html Css Color HEX #E00297 Hollywood Cerise

📋 copy color: '#E00297'

red 224 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #E00297

Tints of Hollywood Cerise #E00297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 59.42%
G = 0.53%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00297 (or 0xE00297) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 97. RGB value is (224,2,151). Sum of RGB (Red+Green+Blue) = 224+2+151=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00297 is #1FFD68. Grayscale: #545454. Windows color (decimal): -2096489 or 9896672. OLE color: 9896672.

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

Color convert

RGB 224 2 151 -
CMYK 0 0.99 0.33 0.12
HSL 319.73º 0.98% 0.44% -
HSV(B) 319.73º 0.99% 0.88% -
XYZ 36.35 18.13 30.86 -
YUV 85.36 165.05 226.88 -
System Red Green Blue C M Y K H S L
Decimal 224 2 151 0 0.99 0.33 0.12 319.73 0.98 0.44
Hex E0 2 97 0 63 21 C 140 62 2C
Octal 340 2 227 0 143 41 14 500 142 54
Binary 11100000 10 10010111 0 1100011 100001 1100 101000000 1100010 101100

Color Harmonies of #E00297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00297

Black with #E00297

Text Example


Text Example

White with #E00297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00297; }

 p { color: rgb(224,2,151); }

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

background-color css

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

 a { background-color: rgb(224,2,151); }

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

border-color css

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

 span { border-color: rgb(224,2,151); }

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