Shades of Dark Pink #ED4F7F
Tints of Dark Pink #ED4F7F
RGB
CMYK
RGB Variations
Color information
#ED4F7F (or 0xED4F7F) is known color: Dark Pink. HEX triplet: ED, 4F and 7F. RGB value is (237,79,127). Sum of RGB (Red+Green+Blue) = 237+79+127=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F7F is #12B080. Grayscale: #838383. Windows color (decimal): -1224833 or 8343533. OLE color: 8343533.
HSL color Cylindrical-coordinate representation of color #ED4F7F: hue angle of 341.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4F7F is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 127 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.07 |
| HSL | 341.77º | 0.81% | 0.62% | - |
| HSV(B) | 341.77º | 0.67% | 0.93% | - |
| XYZ | 41.55 | 25.13 | 22.74 | - |
| YUV | 131.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 127 | 0 | 0.67 | 0.46 | 0.07 | 341.77 | 0.81 | 0.62 |
| Hex | ED | 4F | 7F | 0 | 43 | 2E | 7 | 156 | 51 | 3E |
| Octal | 355 | 117 | 177 | 0 | 103 | 56 | 7 | 526 | 121 | 76 |
| Binary | 11101101 | 1001111 | 1111111 | 0 | 1000011 | 101110 | 111 | 101010110 | 1010001 | 111110 |
Color Harmonies of #ED4F7F
Complementary color
Monochromatic Colors of #ED4F7F
Black with #ED4F7F
Text Example
Text Example
White with #ED4F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F7F; }
p { color: rgb(237,79,127); }
H1.HeaderClassName
{
color: #ED4F7F;
}
.AnyTagClassName
{
color: #ED4F7F;
}
</style>
background-color css
<style>
a { background-color: #ED4F7F; }
a { background-color: rgb(237,79,127); }
div.DivClassName
{
background-color: #ED4F7F;
}
.BgClassName
{
background-color: #ED4F7F;
}
</style>
border-color css
<style>
span { border-color: #ED4F7F; }
span { border-color: rgb(237,79,127); }
td.TdClassName
{
border-color: #ED4F7F;
}
.TagClassName
{
border-color: #ED4F7F;
}
</style>