Html Css Color HEX #E10996 Hollywood Cerise

📋 copy color: '#E10996'

red 225 ◦ green 9 ◦ blue 150

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

Shades of Hollywood Cerise #E10996

Tints of Hollywood Cerise #E10996

RGB

 RED value IS 225 (88.28% from 255) = 58.59%

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 58.59%
G = 2.34%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E10996 (or 0xE10996) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 96. RGB value is (225,9,150). Sum of RGB (Red+Green+Blue) = 225+9+150=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E10996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10996 is #1EF669. Grayscale: #595959. Windows color (decimal): -2029162 or 9832929. OLE color: 9832929.

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

Color convert

RGB 225 9 150 -
CMYK 0 0.96 0.33 0.12
HSL 320.83º 0.92% 0.46% -
HSV(B) 320.83º 0.96% 0.88% -
XYZ 36.65 18.4 30.47 -
YUV 89.66 162.06 224.54 -
System Red Green Blue C M Y K H S L
Decimal 225 9 150 0 0.96 0.33 0.12 320.83 0.92 0.46
Hex E1 9 96 0 60 21 C 141 5C 2E
Octal 341 11 226 0 140 41 14 501 134 56
Binary 11100001 1001 10010110 0 1100000 100001 1100 101000001 1011100 101110

Color Harmonies of #E10996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10996

Black with #E10996

Text Example


Text Example

White with #E10996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10996; }

 p { color: rgb(225,9,150); }

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

background-color css

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

 a { background-color: rgb(225,9,150); }

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

border-color css

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

 span { border-color: rgb(225,9,150); }

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