Shades of Shocking Pink #EE17D3
Tints of Shocking Pink #EE17D3
RGB
CMYK
RGB Variations
Color information
#EE17D3 (or 0xEE17D3) is known color: Shocking Pink. HEX triplet: EE, 17 and D3. RGB value is (238,23,211). Sum of RGB (Red+Green+Blue) = 238+23+211=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE17D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE17D3 is #11E82C. Grayscale: #6C6C6C. Windows color (decimal): -1173549 or 13834222. OLE color: 13834222.
HSL color Cylindrical-coordinate representation of color #EE17D3: hue angle of 307.53º 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 #EE17D3 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 211 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.07 |
| HSL | 307.53º | 0.86% | 0.51% | - |
| HSV(B) | 307.53º | 0.9% | 0.93% | - |
| XYZ | 47.32 | 23.49 | 63.67 | - |
| YUV | 108.72 | 185.73 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 211 | 0 | 0.90 | 0.11 | 0.07 | 307.53 | 0.86 | 0.51 |
| Hex | EE | 17 | D3 | 0 | 5A | B | 7 | 134 | 56 | 33 |
| Octal | 356 | 27 | 323 | 0 | 132 | 13 | 7 | 464 | 126 | 63 |
| Binary | 11101110 | 10111 | 11010011 | 0 | 1011010 | 1011 | 111 | 100110100 | 1010110 | 110011 |
Color Harmonies of #EE17D3
Complementary color
Monochromatic Colors of #EE17D3
Black with #EE17D3
Text Example
Text Example
White with #EE17D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE17D3; }
p { color: rgb(238,23,211); }
H1.HeaderClassName
{
color: #EE17D3;
}
.AnyTagClassName
{
color: #EE17D3;
}
</style>
background-color css
<style>
a { background-color: #EE17D3; }
a { background-color: rgb(238,23,211); }
div.DivClassName
{
background-color: #EE17D3;
}
.BgClassName
{
background-color: #EE17D3;
}
</style>
border-color css
<style>
span { border-color: #EE17D3; }
span { border-color: rgb(238,23,211); }
td.TdClassName
{
border-color: #EE17D3;
}
.TagClassName
{
border-color: #EE17D3;
}
</style>