Shades of Deep Pink #ED0A8F
Tints of Deep Pink #ED0A8F
RGB
CMYK
RGB Variations
Color information
#ED0A8F (or 0xED0A8F) is known color: Deep Pink. HEX triplet: ED, 0A and 8F. RGB value is (237,10,143). Sum of RGB (Red+Green+Blue) = 237+10+143=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0A8F is #12F570. Grayscale: #5C5C5C. Windows color (decimal): -1242481 or 9374445. OLE color: 9374445.
HSL color Cylindrical-coordinate representation of color #ED0A8F: hue angle of 324.85º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A8F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 143 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.07 |
| HSL | 324.85º | 0.92% | 0.48% | - |
| HSV(B) | 324.85º | 0.96% | 0.93% | - |
| XYZ | 39.99 | 20.2 | 27.78 | - |
| YUV | 93.04 | 156.21 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 143 | 0 | 0.96 | 0.40 | 0.07 | 324.85 | 0.92 | 0.48 |
| Hex | ED | A | 8F | 0 | 60 | 28 | 7 | 145 | 5C | 30 |
| Octal | 355 | 12 | 217 | 0 | 140 | 50 | 7 | 505 | 134 | 60 |
| Binary | 11101101 | 1010 | 10001111 | 0 | 1100000 | 101000 | 111 | 101000101 | 1011100 | 110000 |
Color Harmonies of #ED0A8F
Complementary color
Monochromatic Colors of #ED0A8F
Black with #ED0A8F
Text Example
Text Example
White with #ED0A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A8F; }
p { color: rgb(237,10,143); }
H1.HeaderClassName
{
color: #ED0A8F;
}
.AnyTagClassName
{
color: #ED0A8F;
}
</style>
background-color css
<style>
a { background-color: #ED0A8F; }
a { background-color: rgb(237,10,143); }
div.DivClassName
{
background-color: #ED0A8F;
}
.BgClassName
{
background-color: #ED0A8F;
}
</style>
border-color css
<style>
span { border-color: #ED0A8F; }
span { border-color: rgb(237,10,143); }
td.TdClassName
{
border-color: #ED0A8F;
}
.TagClassName
{
border-color: #ED0A8F;
}
</style>