Shades of Deep Pink #ED0B8F
Tints of Deep Pink #ED0B8F
RGB
CMYK
RGB Variations
Color information
#ED0B8F (or 0xED0B8F) is known color: Deep Pink. HEX triplet: ED, 0B and 8F. RGB value is (237,11,143). Sum of RGB (Red+Green+Blue) = 237+11+143=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0B8F is #12F470. Grayscale: #5D5D5D. Windows color (decimal): -1242225 or 9374701. OLE color: 9374701.
HSL color Cylindrical-coordinate representation of color #ED0B8F: hue angle of 324.96º degrees, saturation: 0.91, 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 #ED0B8F is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.07 |
| HSL | 324.96º | 0.91% | 0.49% | - |
| HSV(B) | 324.96º | 0.95% | 0.93% | - |
| XYZ | 40 | 20.23 | 27.78 | - |
| YUV | 93.62 | 155.87 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 143 | 0 | 0.95 | 0.40 | 0.07 | 324.96 | 0.91 | 0.49 |
| Hex | ED | B | 8F | 0 | 5F | 28 | 7 | 145 | 5B | 31 |
| Octal | 355 | 13 | 217 | 0 | 137 | 50 | 7 | 505 | 133 | 61 |
| Binary | 11101101 | 1011 | 10001111 | 0 | 1011111 | 101000 | 111 | 101000101 | 1011011 | 110001 |
Color Harmonies of #ED0B8F
Complementary color
Monochromatic Colors of #ED0B8F
Black with #ED0B8F
Text Example
Text Example
White with #ED0B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B8F; }
p { color: rgb(237,11,143); }
H1.HeaderClassName
{
color: #ED0B8F;
}
.AnyTagClassName
{
color: #ED0B8F;
}
</style>
background-color css
<style>
a { background-color: #ED0B8F; }
a { background-color: rgb(237,11,143); }
div.DivClassName
{
background-color: #ED0B8F;
}
.BgClassName
{
background-color: #ED0B8F;
}
</style>
border-color css
<style>
span { border-color: #ED0B8F; }
span { border-color: rgb(237,11,143); }
td.TdClassName
{
border-color: #ED0B8F;
}
.TagClassName
{
border-color: #ED0B8F;
}
</style>