Shades of Shocking Pink #EE18BB
Tints of Shocking Pink #EE18BB
RGB
CMYK
RGB Variations
Color information
#EE18BB (or 0xEE18BB) is known color: Shocking Pink. HEX triplet: EE, 18 and BB. RGB value is (238,24,187). Sum of RGB (Red+Green+Blue) = 238+24+187=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18BB is #11E744. Grayscale: #6A6A6A. Windows color (decimal): -1173317 or 12261614. OLE color: 12261614.
HSL color Cylindrical-coordinate representation of color #EE18BB: hue angle of 314.3º 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 #EE18BB is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 187 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.07 |
| HSL | 314.3º | 0.86% | 0.51% | - |
| HSV(B) | 314.3º | 0.9% | 0.93% | - |
| XYZ | 44.56 | 22.42 | 48.99 | - |
| YUV | 106.57 | 173.4 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 187 | 0 | 0.90 | 0.21 | 0.07 | 314.3 | 0.86 | 0.51 |
| Hex | EE | 18 | BB | 0 | 5A | 15 | 7 | 13A | 56 | 33 |
| Octal | 356 | 30 | 273 | 0 | 132 | 25 | 7 | 472 | 126 | 63 |
| Binary | 11101110 | 11000 | 10111011 | 0 | 1011010 | 10101 | 111 | 100111010 | 1010110 | 110011 |
Color Harmonies of #EE18BB
Complementary color
Monochromatic Colors of #EE18BB
Black with #EE18BB
Text Example
Text Example
White with #EE18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18BB; }
p { color: rgb(238,24,187); }
H1.HeaderClassName
{
color: #EE18BB;
}
.AnyTagClassName
{
color: #EE18BB;
}
</style>
background-color css
<style>
a { background-color: #EE18BB; }
a { background-color: rgb(238,24,187); }
div.DivClassName
{
background-color: #EE18BB;
}
.BgClassName
{
background-color: #EE18BB;
}
</style>
border-color css
<style>
span { border-color: #EE18BB; }
span { border-color: rgb(238,24,187); }
td.TdClassName
{
border-color: #EE18BB;
}
.TagClassName
{
border-color: #EE18BB;
}
</style>