#EB11A9

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

Shades of Hollywood Cerise #EB11A9

Tints of Hollywood Cerise #EB11A9

Color information

#EB11A9 (or 0xEB11A9) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 11 and A9. RGB value is (235,17,169). Sum of RGB (Red+Green+Blue) = 235+17+169=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB11A9 is #14EE56. Grayscale: #636363. Windows color (decimal): -1371735 or 11080171. OLE color: 11080171.

HSL color Cylindrical-coordinate representation of color #EB11A9: hue angle of 318.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB11A9 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB23517169-
CMYK00.930.280.08
HSL318.17º86.51%49.41%-
HSV(B)318.17º92.77%92.16%-
XYZ41.6220.9339.38-
YUV99.51167.22224.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.82%
GREEN value IS 17 (7.03% from 255) = 4.04%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=55.82%
G=4.04%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351716900.930.280.08318.1786.5149.41
HexEB11A905D1C813e5731
Octal353212510135341047612761
Binary111010111000110101001010111011110010001001111101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB11A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB11A9; }

 p { color: rgb(235,17,169); }

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

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

 a { background-color: rgb(235,17,169); }

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

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

 span { border-color: rgb(235,17,169); }

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