Shades of Shocking Pink #ED17CD
Tints of Shocking Pink #ED17CD
RGB
CMYK
RGB Variations
Color information
#ED17CD (or 0xED17CD) is known color: Shocking Pink. HEX triplet: ED, 17 and CD. RGB value is (237,23,205). Sum of RGB (Red+Green+Blue) = 237+23+205=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17CD is #12E832. Grayscale: #6B6B6B. Windows color (decimal): -1239091 or 13441005. OLE color: 13441005.
HSL color Cylindrical-coordinate representation of color #ED17CD: hue angle of 308.97º 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 #ED17CD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 205 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.07 |
| HSL | 308.97º | 0.86% | 0.51% | - |
| HSV(B) | 308.97º | 0.9% | 0.93% | - |
| XYZ | 46.25 | 23.03 | 59.76 | - |
| YUV | 107.73 | 182.9 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 205 | 0 | 0.90 | 0.14 | 0.07 | 308.97 | 0.86 | 0.51 |
| Hex | ED | 17 | CD | 0 | 5A | E | 7 | 135 | 56 | 33 |
| Octal | 355 | 27 | 315 | 0 | 132 | 16 | 7 | 465 | 126 | 63 |
| Binary | 11101101 | 10111 | 11001101 | 0 | 1011010 | 1110 | 111 | 100110101 | 1010110 | 110011 |
Color Harmonies of #ED17CD
Complementary color
Monochromatic Colors of #ED17CD
Black with #ED17CD
Text Example
Text Example
White with #ED17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17CD; }
p { color: rgb(237,23,205); }
H1.HeaderClassName
{
color: #ED17CD;
}
.AnyTagClassName
{
color: #ED17CD;
}
</style>
background-color css
<style>
a { background-color: #ED17CD; }
a { background-color: rgb(237,23,205); }
div.DivClassName
{
background-color: #ED17CD;
}
.BgClassName
{
background-color: #ED17CD;
}
</style>
border-color css
<style>
span { border-color: #ED17CD; }
span { border-color: rgb(237,23,205); }
td.TdClassName
{
border-color: #ED17CD;
}
.TagClassName
{
border-color: #ED17CD;
}
</style>