#EB029C

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

Shades of Hollywood Cerise #EB029C

Tints of Hollywood Cerise #EB029C

Color information

#EB029C (or 0xEB029C) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 02 and 9C. RGB value is (235,2,156). Sum of RGB (Red+Green+Blue) = 235+2+156=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB029C is #14FD63. Grayscale: #585858. Windows color (decimal): -1375588 or 10224363. OLE color: 10224363.

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

Color convert

RGB2352156-
CMYK00.990.340.08
HSL320.34º98.31%46.47%-
HSV(B)320.34º99.15%92.16%-
XYZ40.2820.1133.21-
YUV89.22165.69231.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.80%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=59.80%
G=0.51%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235215600.990.340.08320.3498.3146.47
HexEB29C063228140622e
Octal35322340143421050014256
Binary1110101110100111000110001110001010001010000001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB029C; }

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

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

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

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

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

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

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

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