#EB558B

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

Shades of Dark Pink #EB558B

Tints of Dark Pink #EB558B

Color information

#EB558B (or 0xEB558B) is unknown color: approx Dark Pink. HEX triplet: EB, 55 and 8B. RGB value is (235,85,139). Sum of RGB (Red+Green+Blue) = 235+85+139=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB558B is #14AA74. Grayscale: #878787. Windows color (decimal): -1354357 or 9131499. OLE color: 9131499.

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

Color convert

RGB23585139-
CMYK00.640.410.08
HSL338.4º78.95%62.75%-
HSV(B)338.4º63.83%92.16%-
XYZ42.1726.0227.23-
YUV136.01129.7198.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=51.20%
G=18.52%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358513900.640.410.08338.478.9562.75
HexEB558B0402981524f3f
Octal3531252130100511052211777
Binary111010111010101100010110100000010100110001010100101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB558B; }

 p { color: rgb(235,85,139); }

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

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

 a { background-color: rgb(235,85,139); }

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

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

 span { border-color: rgb(235,85,139); }

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