#E10CA5

Color #E10CA5 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E10CA5

Tints of Hollywood Cerise #E10CA5

Color information

#E10CA5 (or 0xE10CA5) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 0C and A5. RGB value is (225,12,165). Sum of RGB (Red+Green+Blue) = 225+12+165=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10CA5 is #1EF35A. Grayscale: #5C5C5C. Windows color (decimal): -2028379 or 10816737. OLE color: 10816737.

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

Color convert

RGB22512165-
CMYK00.950.270.12
HSL316.9º89.87%46.47%-
HSV(B)316.9º94.67%88.24%-
XYZ37.9718.9937.26-
YUV93.13168.57222.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.97%
GREEN value IS 12 (5.08% from 255) = 2.99%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=55.97%
G=2.99%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251216500.950.270.12316.989.8746.47
HexE1CA505F1BC13d5a2e
Octal341142450137331447513256
Binary11100001110010100101010111111101111001001111011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CA5; }

 p { color: rgb(225,12,165); }

 H1.HeaderClassName
 {
   color: #E10CA5;
 }
 .AnyTagClassName
 {
   color: #E10CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(225,12,165); }

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

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

 span { border-color: rgb(225,12,165); }

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