#EB1099

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

Shades of Hollywood Cerise #EB1099

Tints of Hollywood Cerise #EB1099

Color information

#EB1099 (or 0xEB1099) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 10 and 99. RGB value is (235,16,153). Sum of RGB (Red+Green+Blue) = 235+16+153=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1099 is #14EF66. Grayscale: #606060. Windows color (decimal): -1372007 or 10031339. OLE color: 10031339.

HSL color Cylindrical-coordinate representation of color #EB1099: hue angle of 322.47º 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 #EB1099 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23516153-
CMYK00.930.350.08
HSL322.47º87.25%49.22%-
HSV(B)322.47º93.19%92.16%-
XYZ40.220.3331.94-
YUV97.1159.55226.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 16 (6.64% from 255) = 3.96%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=58.17%
G=3.96%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351615300.930.350.08322.4787.2549.22
HexEB109905D2381425731
Octal353202310135431050212761
Binary1110101110000100110010101110110001110001010000101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1099; }

 p { color: rgb(235,16,153); }

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

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

 a { background-color: rgb(235,16,153); }

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

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

 span { border-color: rgb(235,16,153); }

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