Shades of Deep Pink #ED1593
Tints of Deep Pink #ED1593
RGB
CMYK
RGB Variations
Color information
#ED1593 (or 0xED1593) is known color: Deep Pink. HEX triplet: ED, 15 and 93. RGB value is (237,21,147). Sum of RGB (Red+Green+Blue) = 237+21+147=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1593 is #12EA6C. Grayscale: #636363. Windows color (decimal): -1239661 or 9639405. OLE color: 9639405.
HSL color Cylindrical-coordinate representation of color #ED1593: hue angle of 325º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1593 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 147 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.07 |
| HSL | 325º | 0.86% | 0.51% | - |
| HSV(B) | 325º | 0.91% | 0.93% | - |
| XYZ | 40.46 | 20.65 | 29.46 | - |
| YUV | 99.95 | 154.56 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 147 | 0 | 0.91 | 0.38 | 0.07 | 325 | 0.86 | 0.51 |
| Hex | ED | 15 | 93 | 0 | 5B | 26 | 7 | 145 | 56 | 33 |
| Octal | 355 | 25 | 223 | 0 | 133 | 46 | 7 | 505 | 126 | 63 |
| Binary | 11101101 | 10101 | 10010011 | 0 | 1011011 | 100110 | 111 | 101000101 | 1010110 | 110011 |
Color Harmonies of #ED1593
Complementary color
Monochromatic Colors of #ED1593
Black with #ED1593
Text Example
Text Example
White with #ED1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1593; }
p { color: rgb(237,21,147); }
H1.HeaderClassName
{
color: #ED1593;
}
.AnyTagClassName
{
color: #ED1593;
}
</style>
background-color css
<style>
a { background-color: #ED1593; }
a { background-color: rgb(237,21,147); }
div.DivClassName
{
background-color: #ED1593;
}
.BgClassName
{
background-color: #ED1593;
}
</style>
border-color css
<style>
span { border-color: #ED1593; }
span { border-color: rgb(237,21,147); }
td.TdClassName
{
border-color: #ED1593;
}
.TagClassName
{
border-color: #ED1593;
}
</style>