#EB15A0

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

Shades of Hollywood Cerise #EB15A0

Tints of Hollywood Cerise #EB15A0

Color information

#EB15A0 (or 0xEB15A0) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 15 and A0. RGB value is (235,21,160). Sum of RGB (Red+Green+Blue) = 235+21+160=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB15A0 is #14EA5F. Grayscale: #646464. Windows color (decimal): -1370720 or 10491371. OLE color: 10491371.

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

Color convert

RGB23521160-
CMYK00.910.320.08
HSL321.03º84.25%50.2%-
HSV(B)321.03º91.06%92.16%-
XYZ40.8720.7435.11-
YUV100.83161.4223.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.49%
GREEN value IS 21 (8.59% from 255) = 5.05%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=56.49%
G=5.05%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352116000.910.320.08321.0384.2550.2
HexEB15A005B2081415432
Octal353252400133401050112462
Binary1110101110101101000000101101110000010001010000011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB15A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB15A0; }

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

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

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

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

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

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

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

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