Html Css Color HEX #E10297 Hollywood Cerise

📋 copy color: '#E10297'

red 225 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #E10297

Tints of Hollywood Cerise #E10297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 59.52%
G = 0.53%
B = 39.95%

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

#E10297 (or 0xE10297) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 97. RGB value is (225,2,151). Sum of RGB (Red+Green+Blue) = 225+2+151=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E10297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10297 is #1EFD68. Grayscale: #555555. Windows color (decimal): -2030953 or 9896673. OLE color: 9896673.

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

Color convert

RGB 225 2 151 -
CMYK 0 0.99 0.33 0.12
HSL 319.91º 0.98% 0.45% -
HSV(B) 319.91º 0.99% 0.88% -
XYZ 36.66 18.29 30.88 -
YUV 85.66 164.88 227.38 -
System Red Green Blue C M Y K H S L
Decimal 225 2 151 0 0.99 0.33 0.12 319.91 0.98 0.45
Hex E1 2 97 0 63 21 C 140 62 2D
Octal 341 2 227 0 143 41 14 500 142 55
Binary 11100001 10 10010111 0 1100011 100001 1100 101000000 1100010 101101

Color Harmonies of #E10297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10297

Black with #E10297

Text Example


Text Example

White with #E10297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10297; }

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

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

background-color css

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

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

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

border-color css

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

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

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