Shades of Dark Pink #ED5A7A
Tints of Dark Pink #ED5A7A
RGB
CMYK
RGB Variations
Color information
#ED5A7A (or 0xED5A7A) is known color: Dark Pink. HEX triplet: ED, 5A and 7A. RGB value is (237,90,122). Sum of RGB (Red+Green+Blue) = 237+90+122=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5A7A is #12A585. Grayscale: #898989. Windows color (decimal): -1222022 or 8018669. OLE color: 8018669.
HSL color Cylindrical-coordinate representation of color #ED5A7A: hue angle of 346.94º 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 #ED5A7A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 122 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.07 |
| HSL | 346.94º | 0.8% | 0.64% | - |
| HSV(B) | 346.94º | 0.62% | 0.93% | - |
| XYZ | 42.09 | 26.72 | 21.35 | - |
| YUV | 137.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 122 | 0 | 0.62 | 0.49 | 0.07 | 346.94 | 0.8 | 0.64 |
| Hex | ED | 5A | 7A | 0 | 3E | 31 | 7 | 15B | 50 | 40 |
| Octal | 355 | 132 | 172 | 0 | 76 | 61 | 7 | 533 | 120 | 100 |
| Binary | 11101101 | 1011010 | 1111010 | 0 | 111110 | 110001 | 111 | 101011011 | 1010000 | 1000000 |
Color Harmonies of #ED5A7A
Complementary color
Monochromatic Colors of #ED5A7A
Black with #ED5A7A
Text Example
Text Example
White with #ED5A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A7A; }
p { color: rgb(237,90,122); }
H1.HeaderClassName
{
color: #ED5A7A;
}
.AnyTagClassName
{
color: #ED5A7A;
}
</style>
background-color css
<style>
a { background-color: #ED5A7A; }
a { background-color: rgb(237,90,122); }
div.DivClassName
{
background-color: #ED5A7A;
}
.BgClassName
{
background-color: #ED5A7A;
}
</style>
border-color css
<style>
span { border-color: #ED5A7A; }
span { border-color: rgb(237,90,122); }
td.TdClassName
{
border-color: #ED5A7A;
}
.TagClassName
{
border-color: #ED5A7A;
}
</style>