Shades of Dark Pink #ED3F75
Tints of Dark Pink #ED3F75
RGB
CMYK
RGB Variations
Color information
#ED3F75 (or 0xED3F75) is known color: Dark Pink. HEX triplet: ED, 3F and 75. RGB value is (237,63,117). Sum of RGB (Red+Green+Blue) = 237+63+117=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3F75 is #12C08A. Grayscale: #797979. Windows color (decimal): -1228939 or 7684077. OLE color: 7684077.
HSL color Cylindrical-coordinate representation of color #ED3F75: hue angle of 341.38º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED3F75 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 117 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.07 |
| HSL | 341.38º | 0.83% | 0.59% | - |
| HSV(B) | 341.38º | 0.73% | 0.93% | - |
| XYZ | 39.91 | 22.84 | 19.14 | - |
| YUV | 121.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 117 | 0 | 0.73 | 0.51 | 0.07 | 341.38 | 0.83 | 0.59 |
| Hex | ED | 3F | 75 | 0 | 49 | 33 | 7 | 155 | 53 | 3B |
| Octal | 355 | 77 | 165 | 0 | 111 | 63 | 7 | 525 | 123 | 73 |
| Binary | 11101101 | 111111 | 1110101 | 0 | 1001001 | 110011 | 111 | 101010101 | 1010011 | 111011 |
Color Harmonies of #ED3F75
Complementary color
Monochromatic Colors of #ED3F75
Black with #ED3F75
Text Example
Text Example
White with #ED3F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F75; }
p { color: rgb(237,63,117); }
H1.HeaderClassName
{
color: #ED3F75;
}
.AnyTagClassName
{
color: #ED3F75;
}
</style>
background-color css
<style>
a { background-color: #ED3F75; }
a { background-color: rgb(237,63,117); }
div.DivClassName
{
background-color: #ED3F75;
}
.BgClassName
{
background-color: #ED3F75;
}
</style>
border-color css
<style>
span { border-color: #ED3F75; }
span { border-color: rgb(237,63,117); }
td.TdClassName
{
border-color: #ED3F75;
}
.TagClassName
{
border-color: #ED3F75;
}
</style>