Shades of Shocking Pink #ED16B9
Tints of Shocking Pink #ED16B9
RGB
CMYK
RGB Variations
Color information
#ED16B9 (or 0xED16B9) is known color: Shocking Pink. HEX triplet: ED, 16 and B9. RGB value is (237,22,185). Sum of RGB (Red+Green+Blue) = 237+22+185=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED16B9 is #12E946. Grayscale: #686868. Windows color (decimal): -1239367 or 12130029. OLE color: 12130029.
HSL color Cylindrical-coordinate representation of color #ED16B9: hue angle of 314.51º 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 #ED16B9 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 185 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.07 |
| HSL | 314.51º | 0.86% | 0.51% | - |
| HSV(B) | 314.51º | 0.91% | 0.93% | - |
| XYZ | 43.97 | 22.08 | 47.84 | - |
| YUV | 104.87 | 173.23 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 185 | 0 | 0.91 | 0.22 | 0.07 | 314.51 | 0.86 | 0.51 |
| Hex | ED | 16 | B9 | 0 | 5B | 16 | 7 | 13B | 56 | 33 |
| Octal | 355 | 26 | 271 | 0 | 133 | 26 | 7 | 473 | 126 | 63 |
| Binary | 11101101 | 10110 | 10111001 | 0 | 1011011 | 10110 | 111 | 100111011 | 1010110 | 110011 |
Color Harmonies of #ED16B9
Complementary color
Monochromatic Colors of #ED16B9
Black with #ED16B9
Text Example
Text Example
White with #ED16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16B9; }
p { color: rgb(237,22,185); }
H1.HeaderClassName
{
color: #ED16B9;
}
.AnyTagClassName
{
color: #ED16B9;
}
</style>
background-color css
<style>
a { background-color: #ED16B9; }
a { background-color: rgb(237,22,185); }
div.DivClassName
{
background-color: #ED16B9;
}
.BgClassName
{
background-color: #ED16B9;
}
</style>
border-color css
<style>
span { border-color: #ED16B9; }
span { border-color: rgb(237,22,185); }
td.TdClassName
{
border-color: #ED16B9;
}
.TagClassName
{
border-color: #ED16B9;
}
</style>