Html Css Color HEX #E00396 Hollywood Cerise

📋 copy color: '#E00396'

red 224 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #E00396

Tints of Hollywood Cerise #E00396

RGB

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

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

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

R = 59.42%
G = 0.8%
B = 39.79%

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

#E00396 (or 0xE00396) is known color: Hollywood Cerise. HEX triplet: E0, 03 and 96. RGB value is (224,3,150). Sum of RGB (Red+Green+Blue) = 224+3+150=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00396 is #1FFC69. Grayscale: #555555. Windows color (decimal): -2096234 or 9831392. OLE color: 9831392.

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

Color convert

RGB 224 3 150 -
CMYK 0 0.99 0.33 0.12
HSL 320.09º 0.97% 0.45% -
HSV(B) 320.09º 0.99% 0.88% -
XYZ 36.28 18.11 30.44 -
YUV 85.84 164.22 226.55 -
System Red Green Blue C M Y K H S L
Decimal 224 3 150 0 0.99 0.33 0.12 320.09 0.97 0.45
Hex E0 3 96 0 63 21 C 140 61 2D
Octal 340 3 226 0 143 41 14 500 141 55
Binary 11100000 11 10010110 0 1100011 100001 1100 101000000 1100001 101101

Color Harmonies of #E00396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00396

Black with #E00396

Text Example


Text Example

White with #E00396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00396; }

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

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

background-color css

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

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

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

border-color css

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

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

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