Html Css Color HEX #E20896 Hollywood Cerise

📋 copy color: '#E20896'

red 226 ◦ green 8 ◦ blue 150

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

Shades of Hollywood Cerise #E20896

Tints of Hollywood Cerise #E20896

RGB

 RED value IS 226 (88.67% from 255) = 58.85%

 GREEN value IS 8 (3.52% from 255) = 2.08%

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

R = 58.85%
G = 2.08%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E20896 (or 0xE20896) is known color: Hollywood Cerise. HEX triplet: E2, 08 and 96. RGB value is (226,8,150). Sum of RGB (Red+Green+Blue) = 226+8+150=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E20896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20896 is #1DF769. Grayscale: #595959. Windows color (decimal): -1963882 or 9832674. OLE color: 9832674.

HSL color Cylindrical-coordinate representation of color #E20896: hue angle of 320.92º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20896 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 8 150 -
CMYK 0 0.96 0.34 0.11
HSL 320.92º 0.93% 0.46% -
HSV(B) 320.92º 0.96% 0.89% -
XYZ 36.96 18.54 30.49 -
YUV 89.37 162.22 225.45 -
System Red Green Blue C M Y K H S L
Decimal 226 8 150 0 0.96 0.34 0.11 320.92 0.93 0.46
Hex E2 8 96 0 60 22 B 141 5D 2E
Octal 342 10 226 0 140 42 13 501 135 56
Binary 11100010 1000 10010110 0 1100000 100010 1011 101000001 1011101 101110

Color Harmonies of #E20896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20896

Black with #E20896

Text Example


Text Example

White with #E20896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20896; }

 p { color: rgb(226,8,150); }

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

background-color css

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

 a { background-color: rgb(226,8,150); }

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

border-color css

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

 span { border-color: rgb(226,8,150); }

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