Shades of Deep Pink #ED158F
Tints of Deep Pink #ED158F
RGB
CMYK
RGB Variations
Color information
#ED158F (or 0xED158F) is known color: Deep Pink. HEX triplet: ED, 15 and 8F. RGB value is (237,21,143). Sum of RGB (Red+Green+Blue) = 237+21+143=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED158F is #12EA70. Grayscale: #636363. Windows color (decimal): -1239665 or 9377261. OLE color: 9377261.
HSL color Cylindrical-coordinate representation of color #ED158F: hue angle of 326.11º 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 #ED158F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 143 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.07 |
| HSL | 326.11º | 0.86% | 0.51% | - |
| HSV(B) | 326.11º | 0.91% | 0.93% | - |
| XYZ | 40.15 | 20.52 | 27.83 | - |
| YUV | 99.49 | 152.56 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 143 | 0 | 0.91 | 0.40 | 0.07 | 326.11 | 0.86 | 0.51 |
| Hex | ED | 15 | 8F | 0 | 5B | 28 | 7 | 146 | 56 | 33 |
| Octal | 355 | 25 | 217 | 0 | 133 | 50 | 7 | 506 | 126 | 63 |
| Binary | 11101101 | 10101 | 10001111 | 0 | 1011011 | 101000 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #ED158F
Complementary color
Monochromatic Colors of #ED158F
Black with #ED158F
Text Example
Text Example
White with #ED158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED158F; }
p { color: rgb(237,21,143); }
H1.HeaderClassName
{
color: #ED158F;
}
.AnyTagClassName
{
color: #ED158F;
}
</style>
background-color css
<style>
a { background-color: #ED158F; }
a { background-color: rgb(237,21,143); }
div.DivClassName
{
background-color: #ED158F;
}
.BgClassName
{
background-color: #ED158F;
}
</style>
border-color css
<style>
span { border-color: #ED158F; }
span { border-color: rgb(237,21,143); }
td.TdClassName
{
border-color: #ED158F;
}
.TagClassName
{
border-color: #ED158F;
}
</style>