Shades of Shocking Pink #EE18B8
Tints of Shocking Pink #EE18B8
RGB
CMYK
RGB Variations
Color information
#EE18B8 (or 0xEE18B8) is known color: Shocking Pink. HEX triplet: EE, 18 and B8. RGB value is (238,24,184). Sum of RGB (Red+Green+Blue) = 238+24+184=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18B8 is #11E747. Grayscale: #696969. Windows color (decimal): -1173320 or 12065006. OLE color: 12065006.
HSL color Cylindrical-coordinate representation of color #EE18B8: hue angle of 315.14º 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 #EE18B8 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 184 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.07 |
| HSL | 315.14º | 0.86% | 0.51% | - |
| HSV(B) | 315.14º | 0.9% | 0.93% | - |
| XYZ | 44.24 | 22.29 | 47.32 | - |
| YUV | 106.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 184 | 0 | 0.90 | 0.23 | 0.07 | 315.14 | 0.86 | 0.51 |
| Hex | EE | 18 | B8 | 0 | 5A | 17 | 7 | 13B | 56 | 33 |
| Octal | 356 | 30 | 270 | 0 | 132 | 27 | 7 | 473 | 126 | 63 |
| Binary | 11101110 | 11000 | 10111000 | 0 | 1011010 | 10111 | 111 | 100111011 | 1010110 | 110011 |
Color Harmonies of #EE18B8
Complementary color
Monochromatic Colors of #EE18B8
Black with #EE18B8
Text Example
Text Example
White with #EE18B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18B8; }
p { color: rgb(238,24,184); }
H1.HeaderClassName
{
color: #EE18B8;
}
.AnyTagClassName
{
color: #EE18B8;
}
</style>
background-color css
<style>
a { background-color: #EE18B8; }
a { background-color: rgb(238,24,184); }
div.DivClassName
{
background-color: #EE18B8;
}
.BgClassName
{
background-color: #EE18B8;
}
</style>
border-color css
<style>
span { border-color: #EE18B8; }
span { border-color: rgb(238,24,184); }
td.TdClassName
{
border-color: #EE18B8;
}
.TagClassName
{
border-color: #EE18B8;
}
</style>