#EB0C9E

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

Shades of Hollywood Cerise #EB0C9E

Tints of Hollywood Cerise #EB0C9E

Color information

#EB0C9E (or 0xEB0C9E) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 0C and 9E. RGB value is (235,12,158). Sum of RGB (Red+Green+Blue) = 235+12+158=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0C9E is #14F361. Grayscale: #5E5E5E. Windows color (decimal): -1373026 or 10357995. OLE color: 10357995.

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

Color convert

RGB23512158-
CMYK00.950.330.08
HSL320.72º90.28%48.43%-
HSV(B)320.72º94.89%92.16%-
XYZ40.5620.3934.15-
YUV95.32163.38227.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 12 (5.08% from 255) = 2.96%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=58.02%
G=2.96%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351215800.950.330.08320.7290.2848.43
HexEBC9E05F2181415a30
Octal353142360137411050113260
Binary111010111100100111100101111110000110001010000011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0C9E; }

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

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

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

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

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

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

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

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