Shades of Shocking Pink #ED16CF
Tints of Shocking Pink #ED16CF
RGB
CMYK
RGB Variations
Color information
#ED16CF (or 0xED16CF) is known color: Shocking Pink. HEX triplet: ED, 16 and CF. RGB value is (237,22,207). Sum of RGB (Red+Green+Blue) = 237+22+207=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED16CF is #12E930. Grayscale: #6A6A6A. Windows color (decimal): -1239345 or 13571821. OLE color: 13571821.
HSL color Cylindrical-coordinate representation of color #ED16CF: hue angle of 308.37º 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 #ED16CF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 207 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.07 |
| HSL | 308.37º | 0.86% | 0.51% | - |
| HSV(B) | 308.37º | 0.91% | 0.93% | - |
| XYZ | 46.47 | 23.08 | 61.04 | - |
| YUV | 107.38 | 184.23 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 207 | 0 | 0.91 | 0.13 | 0.07 | 308.37 | 0.86 | 0.51 |
| Hex | ED | 16 | CF | 0 | 5B | D | 7 | 134 | 56 | 33 |
| Octal | 355 | 26 | 317 | 0 | 133 | 15 | 7 | 464 | 126 | 63 |
| Binary | 11101101 | 10110 | 11001111 | 0 | 1011011 | 1101 | 111 | 100110100 | 1010110 | 110011 |
Color Harmonies of #ED16CF
Complementary color
Monochromatic Colors of #ED16CF
Black with #ED16CF
Text Example
Text Example
White with #ED16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16CF; }
p { color: rgb(237,22,207); }
H1.HeaderClassName
{
color: #ED16CF;
}
.AnyTagClassName
{
color: #ED16CF;
}
</style>
background-color css
<style>
a { background-color: #ED16CF; }
a { background-color: rgb(237,22,207); }
div.DivClassName
{
background-color: #ED16CF;
}
.BgClassName
{
background-color: #ED16CF;
}
</style>
border-color css
<style>
span { border-color: #ED16CF; }
span { border-color: rgb(237,22,207); }
td.TdClassName
{
border-color: #ED16CF;
}
.TagClassName
{
border-color: #ED16CF;
}
</style>