Shades of Dark Pink #ED467D
Tints of Dark Pink #ED467D
RGB
CMYK
RGB Variations
Color information
#ED467D (or 0xED467D) is known color: Dark Pink. HEX triplet: ED, 46 and 7D. RGB value is (237,70,125). Sum of RGB (Red+Green+Blue) = 237+70+125=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED467D is #12B982. Grayscale: #7E7E7E. Windows color (decimal): -1227139 or 8210157. OLE color: 8210157.
HSL color Cylindrical-coordinate representation of color #ED467D: hue angle of 340.24º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED467D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 125 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.07 |
| HSL | 340.24º | 0.82% | 0.6% | - |
| HSV(B) | 340.24º | 0.7% | 0.93% | - |
| XYZ | 40.82 | 23.87 | 21.86 | - |
| YUV | 126.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 125 | 0 | 0.70 | 0.47 | 0.07 | 340.24 | 0.82 | 0.6 |
| Hex | ED | 46 | 7D | 0 | 46 | 2F | 7 | 154 | 52 | 3C |
| Octal | 355 | 106 | 175 | 0 | 106 | 57 | 7 | 524 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1111101 | 0 | 1000110 | 101111 | 111 | 101010100 | 1010010 | 111100 |
Color Harmonies of #ED467D
Complementary color
Monochromatic Colors of #ED467D
Black with #ED467D
Text Example
Text Example
White with #ED467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED467D; }
p { color: rgb(237,70,125); }
H1.HeaderClassName
{
color: #ED467D;
}
.AnyTagClassName
{
color: #ED467D;
}
</style>
background-color css
<style>
a { background-color: #ED467D; }
a { background-color: rgb(237,70,125); }
div.DivClassName
{
background-color: #ED467D;
}
.BgClassName
{
background-color: #ED467D;
}
</style>
border-color css
<style>
span { border-color: #ED467D; }
span { border-color: rgb(237,70,125); }
td.TdClassName
{
border-color: #ED467D;
}
.TagClassName
{
border-color: #ED467D;
}
</style>