Shades of Dark Pink #EB5A8D
Tints of Dark Pink #EB5A8D
RGB
CMYK
RGB Variations
Color information
#EB5A8D (or 0xEB5A8D) is known color: Dark Pink. HEX triplet: EB, 5A and 8D. RGB value is (235,90,141). Sum of RGB (Red+Green+Blue) = 235+90+141=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A8D is #14A572. Grayscale: #8B8B8B. Windows color (decimal): -1353075 or 9263851. OLE color: 9263851.
HSL color Cylindrical-coordinate representation of color #EB5A8D: hue angle of 338.9º 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 #EB5A8D is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 141 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.08 |
| HSL | 338.9º | 0.78% | 0.64% | - |
| HSV(B) | 338.9º | 0.62% | 0.92% | - |
| XYZ | 42.72 | 26.9 | 28.14 | - |
| YUV | 139.17 | 129.04 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 141 | 0 | 0.62 | 0.4 | 0.08 | 338.9 | 0.78 | 0.64 |
| Hex | EB | 5A | 8D | 0 | 3E | 28 | 8 | 153 | 4E | 40 |
| Octal | 353 | 132 | 215 | 0 | 76 | 50 | 10 | 523 | 116 | 100 |
| Binary | 11101011 | 1011010 | 10001101 | 0 | 111110 | 101000 | 1000 | 101010011 | 1001110 | 1000000 |
Color Harmonies of #EB5A8D
Complementary color
Monochromatic Colors of #EB5A8D
Black with #EB5A8D
Text Example
Text Example
White with #EB5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A8D; }
p { color: rgb(235,90,141); }
H1.HeaderClassName
{
color: #EB5A8D;
}
.AnyTagClassName
{
color: #EB5A8D;
}
</style>
background-color css
<style>
a { background-color: #EB5A8D; }
a { background-color: rgb(235,90,141); }
div.DivClassName
{
background-color: #EB5A8D;
}
.BgClassName
{
background-color: #EB5A8D;
}
</style>
border-color css
<style>
span { border-color: #EB5A8D; }
span { border-color: rgb(235,90,141); }
td.TdClassName
{
border-color: #EB5A8D;
}
.TagClassName
{
border-color: #EB5A8D;
}
</style>