Html Css Color HEX #E10396 Hollywood Cerise

📋 copy color: '#E10396'

red 225 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #E10396

Tints of Hollywood Cerise #E10396

RGB

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

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

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

R = 59.52%
G = 0.79%
B = 39.68%

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

#E10396 (or 0xE10396) is known color: Hollywood Cerise. HEX triplet: E1, 03 and 96. RGB value is (225,3,150). Sum of RGB (Red+Green+Blue) = 225+3+150=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E10396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10396 is #1EFC69. Grayscale: #555555. Windows color (decimal): -2030698 or 9831393. OLE color: 9831393.

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

Color convert

RGB 225 3 150 -
CMYK 0 0.99 0.33 0.12
HSL 320.27º 0.97% 0.45% -
HSV(B) 320.27º 0.99% 0.88% -
XYZ 36.59 18.27 30.45 -
YUV 86.14 164.05 227.05 -
System Red Green Blue C M Y K H S L
Decimal 225 3 150 0 0.99 0.33 0.12 320.27 0.97 0.45
Hex E1 3 96 0 63 21 C 140 61 2D
Octal 341 3 226 0 143 41 14 500 141 55
Binary 11100001 11 10010110 0 1100011 100001 1100 101000000 1100001 101101

Color Harmonies of #E10396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10396

Black with #E10396

Text Example


Text Example

White with #E10396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10396; }

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

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

background-color css

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

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

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

border-color css

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

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

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