#E10B9A

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

Shades of Hollywood Cerise #E10B9A

Tints of Hollywood Cerise #E10B9A

Color information

#E10B9A (or 0xE10B9A) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 0B and 9A. RGB value is (225,11,154). Sum of RGB (Red+Green+Blue) = 225+11+154=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10B9A is #1EF465. Grayscale: #5A5A5A. Windows color (decimal): -2028646 or 10095585. OLE color: 10095585.

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

Color convert

RGB22511154-
CMYK00.950.320.12
HSL319.91º90.68%46.27%-
HSV(B)319.91º95.11%88.24%-
XYZ3718.5832.21-
YUV91.29163.4223.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.69%
GREEN value IS 11 (4.69% from 255) = 2.82%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=57.69%
G=2.82%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251115400.950.320.12319.9190.6846.27
HexE1B9A05F20C1405b2e
Octal341132320137401450013356
Binary111000011011100110100101111110000011001010000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10B9A; }

 p { color: rgb(225,11,154); }

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

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

 a { background-color: rgb(225,11,154); }

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

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

 span { border-color: rgb(225,11,154); }

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