Shades of Shocking Pink #ED16CE
Tints of Shocking Pink #ED16CE
RGB
CMYK
RGB Variations
Color information
#ED16CE (or 0xED16CE) is known color: Shocking Pink. HEX triplet: ED, 16 and CE. RGB value is (237,22,206). Sum of RGB (Red+Green+Blue) = 237+22+206=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED16CE is #12E931. Grayscale: #6A6A6A. Windows color (decimal): -1239346 or 13506285. OLE color: 13506285.
HSL color Cylindrical-coordinate representation of color #ED16CE: hue angle of 308.65º 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 #ED16CE is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 206 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.07 |
| HSL | 308.65º | 0.86% | 0.51% | - |
| HSV(B) | 308.65º | 0.91% | 0.93% | - |
| XYZ | 46.35 | 23.03 | 60.4 | - |
| YUV | 107.26 | 183.73 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 206 | 0 | 0.91 | 0.13 | 0.07 | 308.65 | 0.86 | 0.51 |
| Hex | ED | 16 | CE | 0 | 5B | D | 7 | 135 | 56 | 33 |
| Octal | 355 | 26 | 316 | 0 | 133 | 15 | 7 | 465 | 126 | 63 |
| Binary | 11101101 | 10110 | 11001110 | 0 | 1011011 | 1101 | 111 | 100110101 | 1010110 | 110011 |
Color Harmonies of #ED16CE
Complementary color
Monochromatic Colors of #ED16CE
Black with #ED16CE
Text Example
Text Example
White with #ED16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16CE; }
p { color: rgb(237,22,206); }
H1.HeaderClassName
{
color: #ED16CE;
}
.AnyTagClassName
{
color: #ED16CE;
}
</style>
background-color css
<style>
a { background-color: #ED16CE; }
a { background-color: rgb(237,22,206); }
div.DivClassName
{
background-color: #ED16CE;
}
.BgClassName
{
background-color: #ED16CE;
}
</style>
border-color css
<style>
span { border-color: #ED16CE; }
span { border-color: rgb(237,22,206); }
td.TdClassName
{
border-color: #ED16CE;
}
.TagClassName
{
border-color: #ED16CE;
}
</style>