Shades of Shocking Pink #ED17BC
Tints of Shocking Pink #ED17BC
RGB
CMYK
RGB Variations
Color information
#ED17BC (or 0xED17BC) is known color: Shocking Pink. HEX triplet: ED, 17 and BC. RGB value is (237,23,188). Sum of RGB (Red+Green+Blue) = 237+23+188=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17BC is #12E843. Grayscale: #696969. Windows color (decimal): -1239108 or 12326893. OLE color: 12326893.
HSL color Cylindrical-coordinate representation of color #ED17BC: hue angle of 313.74º 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 #ED17BC is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 188 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.07 |
| HSL | 313.74º | 0.86% | 0.51% | - |
| HSV(B) | 313.74º | 0.9% | 0.93% | - |
| XYZ | 44.31 | 22.25 | 49.54 | - |
| YUV | 105.8 | 174.4 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 188 | 0 | 0.90 | 0.21 | 0.07 | 313.74 | 0.86 | 0.51 |
| Hex | ED | 17 | BC | 0 | 5A | 15 | 7 | 13A | 56 | 33 |
| Octal | 355 | 27 | 274 | 0 | 132 | 25 | 7 | 472 | 126 | 63 |
| Binary | 11101101 | 10111 | 10111100 | 0 | 1011010 | 10101 | 111 | 100111010 | 1010110 | 110011 |
Color Harmonies of #ED17BC
Complementary color
Monochromatic Colors of #ED17BC
Black with #ED17BC
Text Example
Text Example
White with #ED17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17BC; }
p { color: rgb(237,23,188); }
H1.HeaderClassName
{
color: #ED17BC;
}
.AnyTagClassName
{
color: #ED17BC;
}
</style>
background-color css
<style>
a { background-color: #ED17BC; }
a { background-color: rgb(237,23,188); }
div.DivClassName
{
background-color: #ED17BC;
}
.BgClassName
{
background-color: #ED17BC;
}
</style>
border-color css
<style>
span { border-color: #ED17BC; }
span { border-color: rgb(237,23,188); }
td.TdClassName
{
border-color: #ED17BC;
}
.TagClassName
{
border-color: #ED17BC;
}
</style>