Shades of Dark Pink #ED4F7D
Tints of Dark Pink #ED4F7D
RGB
CMYK
RGB Variations
Color information
#ED4F7D (or 0xED4F7D) is known color: Dark Pink. HEX triplet: ED, 4F and 7D. RGB value is (237,79,125). Sum of RGB (Red+Green+Blue) = 237+79+125=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F7D is #12B082. Grayscale: #838383. Windows color (decimal): -1224835 or 8212461. OLE color: 8212461.
HSL color Cylindrical-coordinate representation of color #ED4F7D: hue angle of 342.53º 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 #ED4F7D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 125 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.07 |
| HSL | 342.53º | 0.81% | 0.62% | - |
| HSV(B) | 342.53º | 0.67% | 0.93% | - |
| XYZ | 41.42 | 25.08 | 22.06 | - |
| YUV | 131.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 125 | 0 | 0.67 | 0.47 | 0.07 | 342.53 | 0.81 | 0.62 |
| Hex | ED | 4F | 7D | 0 | 43 | 2F | 7 | 157 | 51 | 3E |
| Octal | 355 | 117 | 175 | 0 | 103 | 57 | 7 | 527 | 121 | 76 |
| Binary | 11101101 | 1001111 | 1111101 | 0 | 1000011 | 101111 | 111 | 101010111 | 1010001 | 111110 |
Color Harmonies of #ED4F7D
Complementary color
Monochromatic Colors of #ED4F7D
Black with #ED4F7D
Text Example
Text Example
White with #ED4F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F7D; }
p { color: rgb(237,79,125); }
H1.HeaderClassName
{
color: #ED4F7D;
}
.AnyTagClassName
{
color: #ED4F7D;
}
</style>
background-color css
<style>
a { background-color: #ED4F7D; }
a { background-color: rgb(237,79,125); }
div.DivClassName
{
background-color: #ED4F7D;
}
.BgClassName
{
background-color: #ED4F7D;
}
</style>
border-color css
<style>
span { border-color: #ED4F7D; }
span { border-color: rgb(237,79,125); }
td.TdClassName
{
border-color: #ED4F7D;
}
.TagClassName
{
border-color: #ED4F7D;
}
</style>