Shades of Dark Pink #EB5A8E
Tints of Dark Pink #EB5A8E
RGB
CMYK
RGB Variations
Color information
#EB5A8E (or 0xEB5A8E) is known color: Dark Pink. HEX triplet: EB, 5A and 8E. RGB value is (235,90,142). Sum of RGB (Red+Green+Blue) = 235+90+142=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A8E is #14A571. Grayscale: #8B8B8B. Windows color (decimal): -1353074 or 9329387. OLE color: 9329387.
HSL color Cylindrical-coordinate representation of color #EB5A8E: hue angle of 338.48º 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 #EB5A8E is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 142 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.08 |
| HSL | 338.48º | 0.78% | 0.64% | - |
| HSV(B) | 338.48º | 0.62% | 0.92% | - |
| XYZ | 42.8 | 26.93 | 28.53 | - |
| YUV | 139.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 142 | 0 | 0.62 | 0.40 | 0.08 | 338.48 | 0.78 | 0.64 |
| Hex | EB | 5A | 8E | 0 | 3E | 28 | 8 | 152 | 4E | 40 |
| Octal | 353 | 132 | 216 | 0 | 76 | 50 | 10 | 522 | 116 | 100 |
| Binary | 11101011 | 1011010 | 10001110 | 0 | 111110 | 101000 | 1000 | 101010010 | 1001110 | 1000000 |
Color Harmonies of #EB5A8E
Complementary color
Monochromatic Colors of #EB5A8E
Black with #EB5A8E
Text Example
Text Example
White with #EB5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A8E; }
p { color: rgb(235,90,142); }
H1.HeaderClassName
{
color: #EB5A8E;
}
.AnyTagClassName
{
color: #EB5A8E;
}
</style>
background-color css
<style>
a { background-color: #EB5A8E; }
a { background-color: rgb(235,90,142); }
div.DivClassName
{
background-color: #EB5A8E;
}
.BgClassName
{
background-color: #EB5A8E;
}
</style>
border-color css
<style>
span { border-color: #EB5A8E; }
span { border-color: rgb(235,90,142); }
td.TdClassName
{
border-color: #EB5A8E;
}
.TagClassName
{
border-color: #EB5A8E;
}
</style>