#EB0389

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

Shades of Hollywood Cerise #EB0389

Tints of Hollywood Cerise #EB0389

Color information

#EB0389 (or 0xEB0389) is unknown color: approx Hollywood Cerise. HEX triplet: EB, 03 and 89. RGB value is (235,3,137). Sum of RGB (Red+Green+Blue) = 235+3+137=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0389 is #14FC76. Grayscale: #575757. Windows color (decimal): -1375351 or 8979435. OLE color: 8979435.

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

Color convert

RGB2353137-
CMYK00.990.420.08
HSL325.34º97.48%46.67%-
HSV(B)325.34º98.72%92.16%-
XYZ38.8119.5325.39-
YUV87.64155.86233.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.67%
GREEN value IS 3 (1.56% from 255) = 0.8%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=62.67%
G=0.8%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235313700.990.420.08325.3497.4846.67
HexEB3890632A8145612f
Octal35332110143521050514157
Binary1110101111100010010110001110101010001010001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0389; }

 p { color: rgb(235,3,137); }

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

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

 a { background-color: rgb(235,3,137); }

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

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

 span { border-color: rgb(235,3,137); }

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