#EB0F9D

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

Shades of Hollywood Cerise #EB0F9D

Tints of Hollywood Cerise #EB0F9D

Color information

#EB0F9D (or 0xEB0F9D) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 0F and 9D. RGB value is (235,15,157). Sum of RGB (Red+Green+Blue) = 235+15+157=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0F9D is #14F062. Grayscale: #606060. Windows color (decimal): -1372259 or 10293227. OLE color: 10293227.

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

Color convert

RGB23515157-
CMYK00.940.330.08
HSL321.27º88%49.02%-
HSV(B)321.27º93.62%92.16%-
XYZ40.5220.4433.71-
YUV96.97161.89226.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.74%
GREEN value IS 15 (6.25% from 255) = 3.69%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=57.74%
G=3.69%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351515700.940.330.08321.278849.02
HexEBF9D05E2181415831
Octal353172350136411050113061
Binary111010111111100111010101111010000110001010000011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0F9D; }

 p { color: rgb(235,15,157); }

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

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

 a { background-color: rgb(235,15,157); }

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

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

 span { border-color: rgb(235,15,157); }

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