Shades of Shocking Pink #EE18D8
Tints of Shocking Pink #EE18D8
RGB
CMYK
RGB Variations
Color information
#EE18D8 (or 0xEE18D8) is known color: Shocking Pink. HEX triplet: EE, 18 and D8. RGB value is (238,24,216). Sum of RGB (Red+Green+Blue) = 238+24+216=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18D8 is #11E727. Grayscale: #6D6D6D. Windows color (decimal): -1173288 or 14162158. OLE color: 14162158.
HSL color Cylindrical-coordinate representation of color #EE18D8: hue angle of 306.17º 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 #EE18D8 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 216 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.07 |
| HSL | 306.17º | 0.86% | 0.51% | - |
| HSV(B) | 306.17º | 0.9% | 0.93% | - |
| XYZ | 47.98 | 23.79 | 67.03 | - |
| YUV | 109.87 | 187.9 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 216 | 0 | 0.90 | 0.09 | 0.07 | 306.17 | 0.86 | 0.51 |
| Hex | EE | 18 | D8 | 0 | 5A | 9 | 7 | 132 | 56 | 33 |
| Octal | 356 | 30 | 330 | 0 | 132 | 11 | 7 | 462 | 126 | 63 |
| Binary | 11101110 | 11000 | 11011000 | 0 | 1011010 | 1001 | 111 | 100110010 | 1010110 | 110011 |
Color Harmonies of #EE18D8
Complementary color
Monochromatic Colors of #EE18D8
Black with #EE18D8
Text Example
Text Example
White with #EE18D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18D8; }
p { color: rgb(238,24,216); }
H1.HeaderClassName
{
color: #EE18D8;
}
.AnyTagClassName
{
color: #EE18D8;
}
</style>
background-color css
<style>
a { background-color: #EE18D8; }
a { background-color: rgb(238,24,216); }
div.DivClassName
{
background-color: #EE18D8;
}
.BgClassName
{
background-color: #EE18D8;
}
</style>
border-color css
<style>
span { border-color: #EE18D8; }
span { border-color: rgb(238,24,216); }
td.TdClassName
{
border-color: #EE18D8;
}
.TagClassName
{
border-color: #EE18D8;
}
</style>