Html Css Color HEX #E10295 Hollywood Cerise

📋 copy color: '#E10295'

red 225 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #E10295

Tints of Hollywood Cerise #E10295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 59.84%
G = 0.53%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E10295 (or 0xE10295) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 95. RGB value is (225,2,149). Sum of RGB (Red+Green+Blue) = 225+2+149=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E10295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10295 is #1EFD6A. Grayscale: #555555. Windows color (decimal): -2030955 or 9765601. OLE color: 9765601.

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

Color convert

RGB 225 2 149 -
CMYK 0 0.99 0.34 0.12
HSL 320.45º 0.98% 0.45% -
HSV(B) 320.45º 0.99% 0.88% -
XYZ 36.5 18.22 30.03 -
YUV 85.44 163.88 227.55 -
System Red Green Blue C M Y K H S L
Decimal 225 2 149 0 0.99 0.34 0.12 320.45 0.98 0.45
Hex E1 2 95 0 63 22 C 140 62 2D
Octal 341 2 225 0 143 42 14 500 142 55
Binary 11100001 10 10010101 0 1100011 100010 1100 101000000 1100010 101101

Color Harmonies of #E10295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10295

Black with #E10295

Text Example


Text Example

White with #E10295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10295; }

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

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

background-color css

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

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

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

border-color css

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

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

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