Shades of Deep Pink #ED158D
Tints of Deep Pink #ED158D
RGB
CMYK
RGB Variations
Color information
#ED158D (or 0xED158D) is known color: Deep Pink. HEX triplet: ED, 15 and 8D. RGB value is (237,21,141). Sum of RGB (Red+Green+Blue) = 237+21+141=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED158D is #12EA72. Grayscale: #636363. Windows color (decimal): -1239667 or 9246189. OLE color: 9246189.
HSL color Cylindrical-coordinate representation of color #ED158D: hue angle of 326.67º 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 #ED158D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 141 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.07 |
| HSL | 326.67º | 0.86% | 0.51% | - |
| HSV(B) | 326.67º | 0.91% | 0.93% | - |
| XYZ | 40 | 20.46 | 27.04 | - |
| YUV | 99.26 | 151.56 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 141 | 0 | 0.91 | 0.41 | 0.07 | 326.67 | 0.86 | 0.51 |
| Hex | ED | 15 | 8D | 0 | 5B | 29 | 7 | 147 | 56 | 33 |
| Octal | 355 | 25 | 215 | 0 | 133 | 51 | 7 | 507 | 126 | 63 |
| Binary | 11101101 | 10101 | 10001101 | 0 | 1011011 | 101001 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #ED158D
Complementary color
Monochromatic Colors of #ED158D
Black with #ED158D
Text Example
Text Example
White with #ED158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED158D; }
p { color: rgb(237,21,141); }
H1.HeaderClassName
{
color: #ED158D;
}
.AnyTagClassName
{
color: #ED158D;
}
</style>
background-color css
<style>
a { background-color: #ED158D; }
a { background-color: rgb(237,21,141); }
div.DivClassName
{
background-color: #ED158D;
}
.BgClassName
{
background-color: #ED158D;
}
</style>
border-color css
<style>
span { border-color: #ED158D; }
span { border-color: rgb(237,21,141); }
td.TdClassName
{
border-color: #ED158D;
}
.TagClassName
{
border-color: #ED158D;
}
</style>