Html Css Color HEX #E00296 Hollywood Cerise

📋 copy color: '#E00296'

red 224 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #E00296

Tints of Hollywood Cerise #E00296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 59.57%
G = 0.53%
B = 39.89%

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

#E00296 (or 0xE00296) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 96. RGB value is (224,2,150). Sum of RGB (Red+Green+Blue) = 224+2+150=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E00296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00296 is #1FFD69. Grayscale: #545454. Windows color (decimal): -2096490 or 9831136. OLE color: 9831136.

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

Color convert

RGB 224 2 150 -
CMYK 0 0.99 0.33 0.12
HSL 320º 0.98% 0.44% -
HSV(B) 320º 0.99% 0.88% -
XYZ 36.27 18.09 30.43 -
YUV 85.25 164.55 226.97 -
System Red Green Blue C M Y K H S L
Decimal 224 2 150 0 0.99 0.33 0.12 320 0.98 0.44
Hex E0 2 96 0 63 21 C 140 62 2C
Octal 340 2 226 0 143 41 14 500 142 54
Binary 11100000 10 10010110 0 1100011 100001 1100 101000000 1100010 101100

Color Harmonies of #E00296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00296

Black with #E00296

Text Example


Text Example

White with #E00296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00296; }

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

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

background-color css

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

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

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

border-color css

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

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

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