Shades of Dark Pink #EB5488
Tints of Dark Pink #EB5488
RGB
CMYK
RGB Variations
Color information
#EB5488 (or 0xEB5488) is known color: Dark Pink. HEX triplet: EB, 54 and 88. RGB value is (235,84,136). Sum of RGB (Red+Green+Blue) = 235+84+136=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5488 is #14AB77. Grayscale: #878787. Windows color (decimal): -1354616 or 8934635. OLE color: 8934635.
HSL color Cylindrical-coordinate representation of color #EB5488: hue angle of 339.34º 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 #EB5488 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 136 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.08 |
| HSL | 339.34º | 0.79% | 0.63% | - |
| HSV(B) | 339.34º | 0.64% | 0.92% | - |
| XYZ | 41.88 | 25.78 | 26.06 | - |
| YUV | 135.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 136 | 0 | 0.64 | 0.42 | 0.08 | 339.34 | 0.79 | 0.63 |
| Hex | EB | 54 | 88 | 0 | 40 | 2A | 8 | 153 | 4F | 3F |
| Octal | 353 | 124 | 210 | 0 | 100 | 52 | 10 | 523 | 117 | 77 |
| Binary | 11101011 | 1010100 | 10001000 | 0 | 1000000 | 101010 | 1000 | 101010011 | 1001111 | 111111 |
Color Harmonies of #EB5488
Complementary color
Monochromatic Colors of #EB5488
Black with #EB5488
Text Example
Text Example
White with #EB5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5488; }
p { color: rgb(235,84,136); }
H1.HeaderClassName
{
color: #EB5488;
}
.AnyTagClassName
{
color: #EB5488;
}
</style>
background-color css
<style>
a { background-color: #EB5488; }
a { background-color: rgb(235,84,136); }
div.DivClassName
{
background-color: #EB5488;
}
.BgClassName
{
background-color: #EB5488;
}
</style>
border-color css
<style>
span { border-color: #EB5488; }
span { border-color: rgb(235,84,136); }
td.TdClassName
{
border-color: #EB5488;
}
.TagClassName
{
border-color: #EB5488;
}
</style>