#EB0C9C

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

Shades of Hollywood Cerise #EB0C9C

Tints of Hollywood Cerise #EB0C9C

Color information

#EB0C9C (or 0xEB0C9C) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 0C and 9C. RGB value is (235,12,156). Sum of RGB (Red+Green+Blue) = 235+12+156=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0C9C is #14F363. Grayscale: #5E5E5E. Windows color (decimal): -1373028 or 10226923. OLE color: 10226923.

HSL color Cylindrical-coordinate representation of color #EB0C9C: hue angle of 321.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0C9C is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB23512156-
CMYK00.950.340.08
HSL321.26º90.28%48.43%-
HSV(B)321.26º94.89%92.16%-
XYZ40.3920.3333.25-
YUV95.09162.38227.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.31%
GREEN value IS 12 (5.08% from 255) = 2.98%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=58.31%
G=2.98%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351215600.950.340.08321.2690.2848.43
HexEBC9C05F2281415a30
Octal353142340137421050113260
Binary111010111100100111000101111110001010001010000011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0C9C; }

 p { color: rgb(235,12,156); }

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

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

 a { background-color: rgb(235,12,156); }

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

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

 span { border-color: rgb(235,12,156); }

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