Shades of Dark Pink #ED5A8E
Tints of Dark Pink #ED5A8E
RGB
CMYK
RGB Variations
Color information
#ED5A8E (or 0xED5A8E) is known color: Dark Pink. HEX triplet: ED, 5A and 8E. RGB value is (237,90,142). Sum of RGB (Red+Green+Blue) = 237+90+142=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5A8E is #12A571. Grayscale: #8B8B8B. Windows color (decimal): -1222002 or 9329389. OLE color: 9329389.
HSL color Cylindrical-coordinate representation of color #ED5A8E: hue angle of 338.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5A8E is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 142 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.07 |
| HSL | 338.78º | 0.8% | 0.64% | - |
| HSV(B) | 338.78º | 0.62% | 0.93% | - |
| XYZ | 43.46 | 27.27 | 28.56 | - |
| YUV | 139.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 142 | 0 | 0.62 | 0.40 | 0.07 | 338.78 | 0.8 | 0.64 |
| Hex | ED | 5A | 8E | 0 | 3E | 28 | 7 | 153 | 50 | 40 |
| Octal | 355 | 132 | 216 | 0 | 76 | 50 | 7 | 523 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10001110 | 0 | 111110 | 101000 | 111 | 101010011 | 1010000 | 1000000 |
Color Harmonies of #ED5A8E
Complementary color
Monochromatic Colors of #ED5A8E
Black with #ED5A8E
Text Example
Text Example
White with #ED5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A8E; }
p { color: rgb(237,90,142); }
H1.HeaderClassName
{
color: #ED5A8E;
}
.AnyTagClassName
{
color: #ED5A8E;
}
</style>
background-color css
<style>
a { background-color: #ED5A8E; }
a { background-color: rgb(237,90,142); }
div.DivClassName
{
background-color: #ED5A8E;
}
.BgClassName
{
background-color: #ED5A8E;
}
</style>
border-color css
<style>
span { border-color: #ED5A8E; }
span { border-color: rgb(237,90,142); }
td.TdClassName
{
border-color: #ED5A8E;
}
.TagClassName
{
border-color: #ED5A8E;
}
</style>