Shades of Shocking Pink #ED17D9
Tints of Shocking Pink #ED17D9
RGB
CMYK
RGB Variations
Color information
#ED17D9 (or 0xED17D9) is known color: Shocking Pink. HEX triplet: ED, 17 and D9. RGB value is (237,23,217). Sum of RGB (Red+Green+Blue) = 237+23+217=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17D9 is #12E826. Grayscale: #6C6C6C. Windows color (decimal): -1239079 or 14227437. OLE color: 14227437.
HSL color Cylindrical-coordinate representation of color #ED17D9: hue angle of 305.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED17D9 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 217 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.07 |
| HSL | 305.61º | 0.86% | 0.51% | - |
| HSV(B) | 305.61º | 0.9% | 0.93% | - |
| XYZ | 47.76 | 23.63 | 67.69 | - |
| YUV | 109.1 | 188.9 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 217 | 0 | 0.90 | 0.08 | 0.07 | 305.61 | 0.86 | 0.51 |
| Hex | ED | 17 | D9 | 0 | 5A | 8 | 7 | 132 | 56 | 33 |
| Octal | 355 | 27 | 331 | 0 | 132 | 10 | 7 | 462 | 126 | 63 |
| Binary | 11101101 | 10111 | 11011001 | 0 | 1011010 | 1000 | 111 | 100110010 | 1010110 | 110011 |
Color Harmonies of #ED17D9
Complementary color
Monochromatic Colors of #ED17D9
Black with #ED17D9
Text Example
Text Example
White with #ED17D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17D9; }
p { color: rgb(237,23,217); }
H1.HeaderClassName
{
color: #ED17D9;
}
.AnyTagClassName
{
color: #ED17D9;
}
</style>
background-color css
<style>
a { background-color: #ED17D9; }
a { background-color: rgb(237,23,217); }
div.DivClassName
{
background-color: #ED17D9;
}
.BgClassName
{
background-color: #ED17D9;
}
</style>
border-color css
<style>
span { border-color: #ED17D9; }
span { border-color: rgb(237,23,217); }
td.TdClassName
{
border-color: #ED17D9;
}
.TagClassName
{
border-color: #ED17D9;
}
</style>