#EB058E

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

Shades of Hollywood Cerise #EB058E

Tints of Hollywood Cerise #EB058E

Color information

#EB058E (or 0xEB058E) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 05 and 8E. RGB value is (235,5,142). Sum of RGB (Red+Green+Blue) = 235+5+142=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB058E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB058E is #14FA71. Grayscale: #595959. Windows color (decimal): -1374834 or 9307627. OLE color: 9307627.

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

Color convert

RGB2355142-
CMYK00.980.400.08
HSL324.26º95.83%47.06%-
HSV(B)324.26º97.87%92.16%-
XYZ39.219.7227.33-
YUV89.39157.7231.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 5 (2.34% from 255) = 1.31%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=61.52%
G=1.31%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235514200.980.400.08324.2695.8347.06
HexEB58E062288144602f
Octal35352160142501050414057
Binary11101011101100011100110001010100010001010001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB058E; }

 p { color: rgb(235,5,142); }

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

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

 a { background-color: rgb(235,5,142); }

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

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

 span { border-color: rgb(235,5,142); }

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