#EB5977

Color #EB5977 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EB5977

Tints of Dark Pink #EB5977

Color information

#EB5977 (or 0xEB5977) is unknown color: approx Dark Pink. HEX triplet: EB, 59 and 77. RGB value is (235,89,119). Sum of RGB (Red+Green+Blue) = 235+89+119=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5977 is #14A688. Grayscale: #888888. Windows color (decimal): -1353353 or 7821803. OLE color: 7821803.

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

Color convert

RGB23589119-
CMYK00.620.490.08
HSL347.67º78.49%63.53%-
HSV(B)347.67º62.13%92.16%-
XYZ41.1626.1420.33-
YUV136.07118.37198.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=53.05%
G=20.09%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358911900.620.490.08347.6778.4963.53
HexEB597703E31815c4e40
Octal3531311670766110534116100
Binary11101011101100111101110111110110001100010101110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5977; }

 p { color: rgb(235,89,119); }

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

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

 a { background-color: rgb(235,89,119); }

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

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

 span { border-color: rgb(235,89,119); }

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