Html Css Color HEX #E00496 Hollywood Cerise

📋 copy color: '#E00496'

red 224 ◦ green 4 ◦ blue 150

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

Shades of Hollywood Cerise #E00496

Tints of Hollywood Cerise #E00496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 59.26%
G = 1.06%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00496 (or 0xE00496) is known color: Hollywood Cerise. HEX triplet: E0, 04 and 96. RGB value is (224,4,150). Sum of RGB (Red+Green+Blue) = 224+4+150=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E00496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00496 is #1FFB69. Grayscale: #565656. Windows color (decimal): -2095978 or 9831648. OLE color: 9831648.

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

Color convert

RGB 224 4 150 -
CMYK 0 0.98 0.33 0.12
HSL 320.18º 0.96% 0.45% -
HSV(B) 320.18º 0.98% 0.88% -
XYZ 36.29 18.14 30.44 -
YUV 86.42 163.89 226.13 -
System Red Green Blue C M Y K H S L
Decimal 224 4 150 0 0.98 0.33 0.12 320.18 0.96 0.45
Hex E0 4 96 0 62 21 C 140 60 2D
Octal 340 4 226 0 142 41 14 500 140 55
Binary 11100000 100 10010110 0 1100010 100001 1100 101000000 1100000 101101

Color Harmonies of #E00496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00496

Black with #E00496

Text Example


Text Example

White with #E00496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00496; }

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

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

background-color css

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

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

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

border-color css

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

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

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