Shades of Deep Pink #ED2187
Tints of Deep Pink #ED2187
RGB
CMYK
RGB Variations
Color information
#ED2187 (or 0xED2187) is known color: Deep Pink. HEX triplet: ED, 21 and 87. RGB value is (237,33,135). Sum of RGB (Red+Green+Blue) = 237+33+135=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2187 is #12DE78. Grayscale: #696969. Windows color (decimal): -1236601 or 8856045. OLE color: 8856045.
HSL color Cylindrical-coordinate representation of color #ED2187: hue angle of 330º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2187 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 33 | 135 | - |
CMYK | 0 | 0.86 | 0.43 | 0.07 |
HSL | 330º | 0.85% | 0.53% | - |
HSV(B) | 330º | 0.86% | 0.93% | - |
XYZ | 39.84 | 20.84 | 24.84 | - |
YUV | 105.62 | 144.59 | 221.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 33 | 135 | 0 | 0.86 | 0.43 | 0.07 | 330 | 0.85 | 0.53 |
Hex | ED | 21 | 87 | 0 | 56 | 2B | 7 | 14A | 55 | 35 |
Octal | 355 | 41 | 207 | 0 | 126 | 53 | 7 | 512 | 125 | 65 |
Binary | 11101101 | 100001 | 10000111 | 0 | 1010110 | 101011 | 111 | 101001010 | 1010101 | 110101 |
Color Harmonies of #ED2187
Complementary color
Monochromatic Colors of #ED2187
Black with #ED2187
Text Example
Text Example
White with #ED2187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2187; }
p { color: rgb(237,33,135); }
H1.HeaderClassName
{
color: #ED2187;
}
.AnyTagClassName
{
color: #ED2187;
}
</style>
background-color css
<style>
a { background-color: #ED2187; }
a { background-color: rgb(237,33,135); }
div.DivClassName
{
background-color: #ED2187;
}
.BgClassName
{
background-color: #ED2187;
}
</style>
border-color css
<style>
span { border-color: #ED2187; }
span { border-color: rgb(237,33,135); }
td.TdClassName
{
border-color: #ED2187;
}
.TagClassName
{
border-color: #ED2187;
}
</style>