Shades of Shocking Pink #EE18BC
Tints of Shocking Pink #EE18BC
RGB
CMYK
RGB Variations
Color information
#EE18BC (or 0xEE18BC) is known color: Shocking Pink. HEX triplet: EE, 18 and BC. RGB value is (238,24,188). Sum of RGB (Red+Green+Blue) = 238+24+188=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE18BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE18BC is #11E743. Grayscale: #6A6A6A. Windows color (decimal): -1173316 or 12327150. OLE color: 12327150.
HSL color Cylindrical-coordinate representation of color #EE18BC: hue angle of 314.02º 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 #EE18BC is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 188 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.07 |
| HSL | 314.02º | 0.86% | 0.51% | - |
| HSV(B) | 314.02º | 0.9% | 0.93% | - |
| XYZ | 44.66 | 22.46 | 49.56 | - |
| YUV | 106.68 | 173.9 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 188 | 0 | 0.90 | 0.21 | 0.07 | 314.02 | 0.86 | 0.51 |
| Hex | EE | 18 | BC | 0 | 5A | 15 | 7 | 13A | 56 | 33 |
| Octal | 356 | 30 | 274 | 0 | 132 | 25 | 7 | 472 | 126 | 63 |
| Binary | 11101110 | 11000 | 10111100 | 0 | 1011010 | 10101 | 111 | 100111010 | 1010110 | 110011 |
Color Harmonies of #EE18BC
Complementary color
Monochromatic Colors of #EE18BC
Black with #EE18BC
Text Example
Text Example
White with #EE18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18BC; }
p { color: rgb(238,24,188); }
H1.HeaderClassName
{
color: #EE18BC;
}
.AnyTagClassName
{
color: #EE18BC;
}
</style>
background-color css
<style>
a { background-color: #EE18BC; }
a { background-color: rgb(238,24,188); }
div.DivClassName
{
background-color: #EE18BC;
}
.BgClassName
{
background-color: #EE18BC;
}
</style>
border-color css
<style>
span { border-color: #EE18BC; }
span { border-color: rgb(238,24,188); }
td.TdClassName
{
border-color: #EE18BC;
}
.TagClassName
{
border-color: #EE18BC;
}
</style>