Shades of Shocking Pink #EE16CD
Tints of Shocking Pink #EE16CD
RGB
CMYK
RGB Variations
Color information
#EE16CD (or 0xEE16CD) is known color: Shocking Pink. HEX triplet: EE, 16 and CD. RGB value is (238,22,205). Sum of RGB (Red+Green+Blue) = 238+22+205=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE16CD is #11E932. Grayscale: #6A6A6A. Windows color (decimal): -1173811 or 13440750. OLE color: 13440750.
HSL color Cylindrical-coordinate representation of color #EE16CD: hue angle of 309.17º 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 #EE16CD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 205 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.07 |
| HSL | 309.17º | 0.86% | 0.51% | - |
| HSV(B) | 309.17º | 0.91% | 0.93% | - |
| XYZ | 46.57 | 23.16 | 59.77 | - |
| YUV | 107.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 205 | 0 | 0.91 | 0.14 | 0.07 | 309.17 | 0.86 | 0.51 |
| Hex | EE | 16 | CD | 0 | 5B | E | 7 | 135 | 56 | 33 |
| Octal | 356 | 26 | 315 | 0 | 133 | 16 | 7 | 465 | 126 | 63 |
| Binary | 11101110 | 10110 | 11001101 | 0 | 1011011 | 1110 | 111 | 100110101 | 1010110 | 110011 |
Color Harmonies of #EE16CD
Complementary color
Monochromatic Colors of #EE16CD
Black with #EE16CD
Text Example
Text Example
White with #EE16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16CD; }
p { color: rgb(238,22,205); }
H1.HeaderClassName
{
color: #EE16CD;
}
.AnyTagClassName
{
color: #EE16CD;
}
</style>
background-color css
<style>
a { background-color: #EE16CD; }
a { background-color: rgb(238,22,205); }
div.DivClassName
{
background-color: #EE16CD;
}
.BgClassName
{
background-color: #EE16CD;
}
</style>
border-color css
<style>
span { border-color: #EE16CD; }
span { border-color: rgb(238,22,205); }
td.TdClassName
{
border-color: #EE16CD;
}
.TagClassName
{
border-color: #EE16CD;
}
</style>