Shades of Deep Pink #ED0F8E
Tints of Deep Pink #ED0F8E
RGB
CMYK
RGB Variations
Color information
#ED0F8E (or 0xED0F8E) is known color: Deep Pink. HEX triplet: ED, 0F and 8E. RGB value is (237,15,142). Sum of RGB (Red+Green+Blue) = 237+15+142=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0F8E is #12F071. Grayscale: #5F5F5F. Windows color (decimal): -1241202 or 9310189. OLE color: 9310189.
HSL color Cylindrical-coordinate representation of color #ED0F8E: hue angle of 325.68º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F8E is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 142 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.07 |
| HSL | 325.68º | 0.88% | 0.49% | - |
| HSV(B) | 325.68º | 0.94% | 0.93% | - |
| XYZ | 39.98 | 20.3 | 27.4 | - |
| YUV | 95.86 | 154.05 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 142 | 0 | 0.94 | 0.40 | 0.07 | 325.68 | 0.88 | 0.49 |
| Hex | ED | F | 8E | 0 | 5E | 28 | 7 | 146 | 58 | 31 |
| Octal | 355 | 17 | 216 | 0 | 136 | 50 | 7 | 506 | 130 | 61 |
| Binary | 11101101 | 1111 | 10001110 | 0 | 1011110 | 101000 | 111 | 101000110 | 1011000 | 110001 |
Color Harmonies of #ED0F8E
Complementary color
Monochromatic Colors of #ED0F8E
Black with #ED0F8E
Text Example
Text Example
White with #ED0F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F8E; }
p { color: rgb(237,15,142); }
H1.HeaderClassName
{
color: #ED0F8E;
}
.AnyTagClassName
{
color: #ED0F8E;
}
</style>
background-color css
<style>
a { background-color: #ED0F8E; }
a { background-color: rgb(237,15,142); }
div.DivClassName
{
background-color: #ED0F8E;
}
.BgClassName
{
background-color: #ED0F8E;
}
</style>
border-color css
<style>
span { border-color: #ED0F8E; }
span { border-color: rgb(237,15,142); }
td.TdClassName
{
border-color: #ED0F8E;
}
.TagClassName
{
border-color: #ED0F8E;
}
</style>