Shades of Deep Pink #ED0D93
Tints of Deep Pink #ED0D93
RGB
CMYK
RGB Variations
Color information
#ED0D93 (or 0xED0D93) is known color: Deep Pink. HEX triplet: ED, 0D and 93. RGB value is (237,13,147). Sum of RGB (Red+Green+Blue) = 237+13+147=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0D93 is #12F26C. Grayscale: #5E5E5E. Windows color (decimal): -1241709 or 9637357. OLE color: 9637357.
HSL color Cylindrical-coordinate representation of color #ED0D93: hue angle of 324.11º 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 #ED0D93 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 147 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.07 |
| HSL | 324.11º | 0.9% | 0.49% | - |
| HSV(B) | 324.11º | 0.95% | 0.93% | - |
| XYZ | 40.34 | 20.4 | 29.42 | - |
| YUV | 95.25 | 157.21 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 147 | 0 | 0.95 | 0.38 | 0.07 | 324.11 | 0.9 | 0.49 |
| Hex | ED | D | 93 | 0 | 5F | 26 | 7 | 144 | 5A | 31 |
| Octal | 355 | 15 | 223 | 0 | 137 | 46 | 7 | 504 | 132 | 61 |
| Binary | 11101101 | 1101 | 10010011 | 0 | 1011111 | 100110 | 111 | 101000100 | 1011010 | 110001 |
Color Harmonies of #ED0D93
Complementary color
Monochromatic Colors of #ED0D93
Black with #ED0D93
Text Example
Text Example
White with #ED0D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D93; }
p { color: rgb(237,13,147); }
H1.HeaderClassName
{
color: #ED0D93;
}
.AnyTagClassName
{
color: #ED0D93;
}
</style>
background-color css
<style>
a { background-color: #ED0D93; }
a { background-color: rgb(237,13,147); }
div.DivClassName
{
background-color: #ED0D93;
}
.BgClassName
{
background-color: #ED0D93;
}
</style>
border-color css
<style>
span { border-color: #ED0D93; }
span { border-color: rgb(237,13,147); }
td.TdClassName
{
border-color: #ED0D93;
}
.TagClassName
{
border-color: #ED0D93;
}
</style>