Shades of Deep Pink #ED0D88
Tints of Deep Pink #ED0D88
RGB
CMYK
RGB Variations
Color information
#ED0D88 (or 0xED0D88) is known color: Deep Pink. HEX triplet: ED, 0D and 88. RGB value is (237,13,136). Sum of RGB (Red+Green+Blue) = 237+13+136=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0D88 is #12F277. Grayscale: #5D5D5D. Windows color (decimal): -1241720 or 8916461. OLE color: 8916461.
HSL color Cylindrical-coordinate representation of color #ED0D88: hue angle of 327.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0D88 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 136 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.07 |
| HSL | 327.05º | 0.9% | 0.49% | - |
| HSV(B) | 327.05º | 0.95% | 0.93% | - |
| XYZ | 39.51 | 20.07 | 25.08 | - |
| YUV | 94 | 151.71 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 136 | 0 | 0.95 | 0.43 | 0.07 | 327.05 | 0.9 | 0.49 |
| Hex | ED | D | 88 | 0 | 5F | 2B | 7 | 147 | 5A | 31 |
| Octal | 355 | 15 | 210 | 0 | 137 | 53 | 7 | 507 | 132 | 61 |
| Binary | 11101101 | 1101 | 10001000 | 0 | 1011111 | 101011 | 111 | 101000111 | 1011010 | 110001 |
Color Harmonies of #ED0D88
Complementary color
Monochromatic Colors of #ED0D88
Black with #ED0D88
Text Example
Text Example
White with #ED0D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D88; }
p { color: rgb(237,13,136); }
H1.HeaderClassName
{
color: #ED0D88;
}
.AnyTagClassName
{
color: #ED0D88;
}
</style>
background-color css
<style>
a { background-color: #ED0D88; }
a { background-color: rgb(237,13,136); }
div.DivClassName
{
background-color: #ED0D88;
}
.BgClassName
{
background-color: #ED0D88;
}
</style>
border-color css
<style>
span { border-color: #ED0D88; }
span { border-color: rgb(237,13,136); }
td.TdClassName
{
border-color: #ED0D88;
}
.TagClassName
{
border-color: #ED0D88;
}
</style>