Shades of Shocking Pink #ED17BB
Tints of Shocking Pink #ED17BB
RGB
CMYK
RGB Variations
Color information
#ED17BB (or 0xED17BB) is known color: Shocking Pink. HEX triplet: ED, 17 and BB. RGB value is (237,23,187). Sum of RGB (Red+Green+Blue) = 237+23+187=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17BB is #12E844. Grayscale: #696969. Windows color (decimal): -1239109 or 12261357. OLE color: 12261357.
HSL color Cylindrical-coordinate representation of color #ED17BB: hue angle of 314.02º 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 #ED17BB is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 187 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.07 |
| HSL | 314.02º | 0.86% | 0.51% | - |
| HSV(B) | 314.02º | 0.9% | 0.93% | - |
| XYZ | 44.2 | 22.21 | 48.97 | - |
| YUV | 105.68 | 173.9 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 187 | 0 | 0.90 | 0.21 | 0.07 | 314.02 | 0.86 | 0.51 |
| Hex | ED | 17 | BB | 0 | 5A | 15 | 7 | 13A | 56 | 33 |
| Octal | 355 | 27 | 273 | 0 | 132 | 25 | 7 | 472 | 126 | 63 |
| Binary | 11101101 | 10111 | 10111011 | 0 | 1011010 | 10101 | 111 | 100111010 | 1010110 | 110011 |
Color Harmonies of #ED17BB
Complementary color
Monochromatic Colors of #ED17BB
Black with #ED17BB
Text Example
Text Example
White with #ED17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17BB; }
p { color: rgb(237,23,187); }
H1.HeaderClassName
{
color: #ED17BB;
}
.AnyTagClassName
{
color: #ED17BB;
}
</style>
background-color css
<style>
a { background-color: #ED17BB; }
a { background-color: rgb(237,23,187); }
div.DivClassName
{
background-color: #ED17BB;
}
.BgClassName
{
background-color: #ED17BB;
}
</style>
border-color css
<style>
span { border-color: #ED17BB; }
span { border-color: rgb(237,23,187); }
td.TdClassName
{
border-color: #ED17BB;
}
.TagClassName
{
border-color: #ED17BB;
}
</style>