#EB109E

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

Shades of Hollywood Cerise #EB109E

Tints of Hollywood Cerise #EB109E

Color information

#EB109E (or 0xEB109E) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 10 and 9E. RGB value is (235,16,158). Sum of RGB (Red+Green+Blue) = 235+16+158=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB109E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB109E is #14EF61. Grayscale: #616161. Windows color (decimal): -1372002 or 10359019. OLE color: 10359019.

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

Color convert

RGB23516158-
CMYK00.930.330.08
HSL321.1º87.25%49.22%-
HSV(B)321.1º93.19%92.16%-
XYZ40.6220.534.16-
YUV97.67162.05225.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.46%
GREEN value IS 16 (6.64% from 255) = 3.91%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=57.46%
G=3.91%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351615800.930.330.08321.187.2549.22
HexEB109E05D2181415731
Octal353202360135411050112761
Binary1110101110000100111100101110110000110001010000011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB109E; }

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

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

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

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

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

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

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

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