#EB07A8

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

Shades of Hollywood Cerise #EB07A8

Tints of Hollywood Cerise #EB07A8

Color information

#EB07A8 (or 0xEB07A8) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 07 and A8. RGB value is (235,7,168). Sum of RGB (Red+Green+Blue) = 235+7+168=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB07A8 is #14F857. Grayscale: #5D5D5D. Windows color (decimal): -1374296 or 11012075. OLE color: 11012075.

HSL color Cylindrical-coordinate representation of color #EB07A8: hue angle of 317.63º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB07A8 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB2357168-
CMYK00.970.290.08
HSL317.63º94.21%47.45%-
HSV(B)317.63º97.02%92.16%-
XYZ41.420.6438.85-
YUV93.53170.04228.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.32%
GREEN value IS 7 (3.12% from 255) = 1.71%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=57.32%
G=1.71%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235716800.970.290.08317.6394.2147.45
HexEB7A80611D813e5e2f
Octal35372500141351047613657
Binary1110101111110101000011000011110110001001111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB07A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB07A8; }

 p { color: rgb(235,7,168); }

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

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

 a { background-color: rgb(235,7,168); }

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

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

 span { border-color: rgb(235,7,168); }

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