#EB10A4

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

Shades of Hollywood Cerise #EB10A4

Tints of Hollywood Cerise #EB10A4

Color information

#EB10A4 (or 0xEB10A4) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 10 and A4. RGB value is (235,16,164). Sum of RGB (Red+Green+Blue) = 235+16+164=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB10A4 is #14EF5B. Grayscale: #616161. Windows color (decimal): -1371996 or 10752235. OLE color: 10752235.

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

Color convert

RGB23516164-
CMYK00.930.300.08
HSL319.45º87.25%49.22%-
HSV(B)319.45º93.19%92.16%-
XYZ41.1520.7136.95-
YUV98.35165.05225.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.63%
GREEN value IS 16 (6.64% from 255) = 3.86%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=56.63%
G=3.86%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351616400.930.300.08319.4587.2549.22
HexEB10A405D1E813f5731
Octal353202440135361047712761
Binary111010111000010100100010111011111010001001111111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB10A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB10A4; }

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

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

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

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

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

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

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

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