Shades of Dark Pink #ED457D
Tints of Dark Pink #ED457D
RGB
CMYK
RGB Variations
Color information
#ED457D (or 0xED457D) is known color: Dark Pink. HEX triplet: ED, 45 and 7D. RGB value is (237,69,125). Sum of RGB (Red+Green+Blue) = 237+69+125=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED457D is #12BA82. Grayscale: #7D7D7D. Windows color (decimal): -1227395 or 8209901. OLE color: 8209901.
HSL color Cylindrical-coordinate representation of color #ED457D: hue angle of 340º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED457D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 125 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 340º | 0.82% | 0.6% | - |
| HSV(B) | 340º | 0.71% | 0.93% | - |
| XYZ | 40.75 | 23.74 | 21.84 | - |
| YUV | 125.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 125 | 0 | 0.71 | 0.47 | 0.07 | 340 | 0.82 | 0.6 |
| Hex | ED | 45 | 7D | 0 | 47 | 2F | 7 | 154 | 52 | 3C |
| Octal | 355 | 105 | 175 | 0 | 107 | 57 | 7 | 524 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1111101 | 0 | 1000111 | 101111 | 111 | 101010100 | 1010010 | 111100 |
Color Harmonies of #ED457D
Complementary color
Monochromatic Colors of #ED457D
Black with #ED457D
Text Example
Text Example
White with #ED457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED457D; }
p { color: rgb(237,69,125); }
H1.HeaderClassName
{
color: #ED457D;
}
.AnyTagClassName
{
color: #ED457D;
}
</style>
background-color css
<style>
a { background-color: #ED457D; }
a { background-color: rgb(237,69,125); }
div.DivClassName
{
background-color: #ED457D;
}
.BgClassName
{
background-color: #ED457D;
}
</style>
border-color css
<style>
span { border-color: #ED457D; }
span { border-color: rgb(237,69,125); }
td.TdClassName
{
border-color: #ED457D;
}
.TagClassName
{
border-color: #ED457D;
}
</style>