#EB15A3

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

Shades of Hollywood Cerise #EB15A3

Tints of Hollywood Cerise #EB15A3

Color information

#EB15A3 (or 0xEB15A3) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 15 and A3. RGB value is (235,21,163). Sum of RGB (Red+Green+Blue) = 235+21+163=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB15A3 is #14EA5C. Grayscale: #646464. Windows color (decimal): -1370717 or 10687979. OLE color: 10687979.

HSL color Cylindrical-coordinate representation of color #EB15A3: hue angle of 320.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB15A3 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB23521163-
CMYK00.910.310.08
HSL320.19º84.25%50.2%-
HSV(B)320.19º91.06%92.16%-
XYZ41.1420.8436.51-
YUV101.17162.9223.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.09%
GREEN value IS 21 (8.59% from 255) = 5.01%
BLUE value IS 163 (64.06% from 255) = 38.90%
R=56.09%
G=5.01%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352116300.910.310.08320.1984.2550.2
HexEB15A305B1F81405432
Octal353252430133371050012462
Binary111010111010110100011010110111111110001010000001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB15A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB15A3; }

 p { color: rgb(235,21,163); }

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

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

 a { background-color: rgb(235,21,163); }

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

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

 span { border-color: rgb(235,21,163); }

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