Shades of Deep Pink #ED0781
Tints of Deep Pink #ED0781
RGB
CMYK
RGB Variations
Color information
#ED0781 (or 0xED0781) is known color: Deep Pink. HEX triplet: ED, 07 and 81. RGB value is (237,7,129). Sum of RGB (Red+Green+Blue) = 237+7+129=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0781 is #12F87E. Grayscale: #595959. Windows color (decimal): -1243263 or 8456173. OLE color: 8456173.
HSL color Cylindrical-coordinate representation of color #ED0781: hue angle of 328.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0781 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.07 |
| HSL | 328.17º | 0.94% | 0.48% | - |
| HSV(B) | 328.17º | 0.97% | 0.93% | - |
| XYZ | 38.96 | 19.74 | 22.53 | - |
| YUV | 89.68 | 150.2 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 129 | 0 | 0.97 | 0.46 | 0.07 | 328.17 | 0.94 | 0.48 |
| Hex | ED | 7 | 81 | 0 | 61 | 2E | 7 | 148 | 5E | 30 |
| Octal | 355 | 7 | 201 | 0 | 141 | 56 | 7 | 510 | 136 | 60 |
| Binary | 11101101 | 111 | 10000001 | 0 | 1100001 | 101110 | 111 | 101001000 | 1011110 | 110000 |
Color Harmonies of #ED0781
Complementary color
Monochromatic Colors of #ED0781
Black with #ED0781
Text Example
Text Example
White with #ED0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0781; }
p { color: rgb(237,7,129); }
H1.HeaderClassName
{
color: #ED0781;
}
.AnyTagClassName
{
color: #ED0781;
}
</style>
background-color css
<style>
a { background-color: #ED0781; }
a { background-color: rgb(237,7,129); }
div.DivClassName
{
background-color: #ED0781;
}
.BgClassName
{
background-color: #ED0781;
}
</style>
border-color css
<style>
span { border-color: #ED0781; }
span { border-color: rgb(237,7,129); }
td.TdClassName
{
border-color: #ED0781;
}
.TagClassName
{
border-color: #ED0781;
}
</style>