Shades of Dark Pink #ED3F76
Tints of Dark Pink #ED3F76
RGB
CMYK
RGB Variations
Color information
#ED3F76 (or 0xED3F76) is known color: Dark Pink. HEX triplet: ED, 3F and 76. RGB value is (237,63,118). Sum of RGB (Red+Green+Blue) = 237+63+118=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3F76 is #12C089. Grayscale: #797979. Windows color (decimal): -1228938 or 7749613. OLE color: 7749613.
HSL color Cylindrical-coordinate representation of color #ED3F76: hue angle of 341.03º 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 #ED3F76 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 118 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.07 |
| HSL | 341.03º | 0.83% | 0.59% | - |
| HSV(B) | 341.03º | 0.73% | 0.93% | - |
| XYZ | 39.97 | 22.87 | 19.45 | - |
| YUV | 121.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 118 | 0 | 0.73 | 0.50 | 0.07 | 341.03 | 0.83 | 0.59 |
| Hex | ED | 3F | 76 | 0 | 49 | 32 | 7 | 155 | 53 | 3B |
| Octal | 355 | 77 | 166 | 0 | 111 | 62 | 7 | 525 | 123 | 73 |
| Binary | 11101101 | 111111 | 1110110 | 0 | 1001001 | 110010 | 111 | 101010101 | 1010011 | 111011 |
Color Harmonies of #ED3F76
Complementary color
Monochromatic Colors of #ED3F76
Black with #ED3F76
Text Example
Text Example
White with #ED3F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F76; }
p { color: rgb(237,63,118); }
H1.HeaderClassName
{
color: #ED3F76;
}
.AnyTagClassName
{
color: #ED3F76;
}
</style>
background-color css
<style>
a { background-color: #ED3F76; }
a { background-color: rgb(237,63,118); }
div.DivClassName
{
background-color: #ED3F76;
}
.BgClassName
{
background-color: #ED3F76;
}
</style>
border-color css
<style>
span { border-color: #ED3F76; }
span { border-color: rgb(237,63,118); }
td.TdClassName
{
border-color: #ED3F76;
}
.TagClassName
{
border-color: #ED3F76;
}
</style>