Shades of Dark Pink #EB558C
Tints of Dark Pink #EB558C
RGB
CMYK
RGB Variations
Color information
#EB558C (or 0xEB558C) is known color: Dark Pink. HEX triplet: EB, 55 and 8C. RGB value is (235,85,140). Sum of RGB (Red+Green+Blue) = 235+85+140=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB558C is #14AA73. Grayscale: #888888. Windows color (decimal): -1354356 or 9197035. OLE color: 9197035.
HSL color Cylindrical-coordinate representation of color #EB558C: hue angle of 338º 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 #EB558C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 140 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.08 |
| HSL | 338º | 0.79% | 0.63% | - |
| HSV(B) | 338º | 0.64% | 0.92% | - |
| XYZ | 42.24 | 26.05 | 27.61 | - |
| YUV | 136.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 140 | 0 | 0.64 | 0.40 | 0.08 | 338 | 0.79 | 0.63 |
| Hex | EB | 55 | 8C | 0 | 40 | 28 | 8 | 152 | 4F | 3F |
| Octal | 353 | 125 | 214 | 0 | 100 | 50 | 10 | 522 | 117 | 77 |
| Binary | 11101011 | 1010101 | 10001100 | 0 | 1000000 | 101000 | 1000 | 101010010 | 1001111 | 111111 |
Color Harmonies of #EB558C
Complementary color
Monochromatic Colors of #EB558C
Black with #EB558C
Text Example
Text Example
White with #EB558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB558C; }
p { color: rgb(235,85,140); }
H1.HeaderClassName
{
color: #EB558C;
}
.AnyTagClassName
{
color: #EB558C;
}
</style>
background-color css
<style>
a { background-color: #EB558C; }
a { background-color: rgb(235,85,140); }
div.DivClassName
{
background-color: #EB558C;
}
.BgClassName
{
background-color: #EB558C;
}
</style>
border-color css
<style>
span { border-color: #EB558C; }
span { border-color: rgb(235,85,140); }
td.TdClassName
{
border-color: #EB558C;
}
.TagClassName
{
border-color: #EB558C;
}
</style>