Shades of Dark Pink #EB558B
Tints of Dark Pink #EB558B
RGB
CMYK
RGB Variations
Color information
#EB558B (or 0xEB558B) is known color: 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
RGB | 235 | 85 | 139 | - |
CMYK | 0 | 0.64 | 0.41 | 0.08 |
HSL | 338.4º | 0.79% | 0.63% | - |
HSV(B) | 338.4º | 0.64% | 0.92% | - |
XYZ | 42.17 | 26.02 | 27.23 | - |
YUV | 136.01 | 129.7 | 198.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 85 | 139 | 0 | 0.64 | 0.41 | 0.08 | 338.4 | 0.79 | 0.63 |
Hex | EB | 55 | 8B | 0 | 40 | 29 | 8 | 152 | 4F | 3F |
Octal | 353 | 125 | 213 | 0 | 100 | 51 | 10 | 522 | 117 | 77 |
Binary | 11101011 | 1010101 | 10001011 | 0 | 1000000 | 101001 | 1000 | 101010010 | 1001111 | 111111 |
Color Harmonies of #EB558B
Complementary color
Monochromatic Colors of #EB558B
Black with #EB558B
Text Example
Text Example
White with #EB558B
Text Example
Text Example
HTML Codes & Css Web 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>