Shades of Dark Pink #ED457A
Tints of Dark Pink #ED457A
RGB
CMYK
RGB Variations
Color information
#ED457A (or 0xED457A) is known color: Dark Pink. HEX triplet: ED, 45 and 7A. RGB value is (237,69,122). Sum of RGB (Red+Green+Blue) = 237+69+122=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED457A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED457A is #12BA85. Grayscale: #7D7D7D. Windows color (decimal): -1227398 or 8013293. OLE color: 8013293.
HSL color Cylindrical-coordinate representation of color #ED457A: hue angle of 341.07º 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 #ED457A is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 122 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.07 |
| HSL | 341.07º | 0.82% | 0.6% | - |
| HSV(B) | 341.07º | 0.71% | 0.93% | - |
| XYZ | 40.57 | 23.67 | 20.84 | - |
| YUV | 125.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 122 | 0 | 0.71 | 0.49 | 0.07 | 341.07 | 0.82 | 0.6 |
| Hex | ED | 45 | 7A | 0 | 47 | 31 | 7 | 155 | 52 | 3C |
| Octal | 355 | 105 | 172 | 0 | 107 | 61 | 7 | 525 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1111010 | 0 | 1000111 | 110001 | 111 | 101010101 | 1010010 | 111100 |
Color Harmonies of #ED457A
Complementary color
Monochromatic Colors of #ED457A
Black with #ED457A
Text Example
Text Example
White with #ED457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED457A; }
p { color: rgb(237,69,122); }
H1.HeaderClassName
{
color: #ED457A;
}
.AnyTagClassName
{
color: #ED457A;
}
</style>
background-color css
<style>
a { background-color: #ED457A; }
a { background-color: rgb(237,69,122); }
div.DivClassName
{
background-color: #ED457A;
}
.BgClassName
{
background-color: #ED457A;
}
</style>
border-color css
<style>
span { border-color: #ED457A; }
span { border-color: rgb(237,69,122); }
td.TdClassName
{
border-color: #ED457A;
}
.TagClassName
{
border-color: #ED457A;
}
</style>