Html Css Color HEX #E10296 Hollywood Cerise

📋 copy color: '#E10296'

red 225 ◦ green 2 ◦ blue 150

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

Shades of Hollywood Cerise #E10296

Tints of Hollywood Cerise #E10296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 59.68%
G = 0.53%
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

#E10296 (or 0xE10296) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 96. RGB value is (225,2,150). Sum of RGB (Red+Green+Blue) = 225+2+150=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E10296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10296 is #1EFD69. Grayscale: #555555. Windows color (decimal): -2030954 or 9831137. OLE color: 9831137.

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

Color convert

RGB 225 2 150 -
CMYK 0 0.99 0.33 0.12
HSL 320.18º 0.98% 0.45% -
HSV(B) 320.18º 0.99% 0.88% -
XYZ 36.58 18.25 30.45 -
YUV 85.55 164.38 227.47 -
System Red Green Blue C M Y K H S L
Decimal 225 2 150 0 0.99 0.33 0.12 320.18 0.98 0.45
Hex E1 2 96 0 63 21 C 140 62 2D
Octal 341 2 226 0 143 41 14 500 142 55
Binary 11100001 10 10010110 0 1100011 100001 1100 101000000 1100010 101101

Color Harmonies of #E10296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10296

Black with #E10296

Text Example


Text Example

White with #E10296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10296; }

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

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

background-color css

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

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

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

border-color css

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

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

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