#EB029B

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

Shades of Hollywood Cerise #EB029B

Tints of Hollywood Cerise #EB029B

Color information

#EB029B (or 0xEB029B) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 02 and 9B. RGB value is (235,2,155). Sum of RGB (Red+Green+Blue) = 235+2+155=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB029B is #14FD64. Grayscale: #585858. Windows color (decimal): -1375589 or 10158827. OLE color: 10158827.

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

Color convert

RGB2352155-
CMYK00.990.340.08
HSL320.6º98.31%46.47%-
HSV(B)320.6º99.15%92.16%-
XYZ40.220.0732.77-
YUV89.11165.19232.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.95%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=59.95%
G=0.51%
B=39.54%

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
Decimal235215500.990.340.08320.698.3146.47
HexEB29B063228141622e
Octal35322330143421050114256
Binary1110101110100110110110001110001010001010000011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB029B; }

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

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

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

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

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

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

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

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