Shades of Shocking Pink #EE12CE
Tints of Shocking Pink #EE12CE
RGB
CMYK
RGB Variations
Color information
#EE12CE (or 0xEE12CE) is known color: Shocking Pink. HEX triplet: EE, 12 and CE. RGB value is (238,18,206). Sum of RGB (Red+Green+Blue) = 238+18+206=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12CE is #11ED31. Grayscale: #686868. Windows color (decimal): -1174834 or 13505262. OLE color: 13505262.
HSL color Cylindrical-coordinate representation of color #EE12CE: hue angle of 308.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE12CE is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.07 |
| HSL | 308.73º | 0.87% | 0.5% | - |
| HSV(B) | 308.73º | 0.92% | 0.93% | - |
| XYZ | 46.62 | 23.07 | 60.39 | - |
| YUV | 105.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 206 | 0 | 0.92 | 0.13 | 0.07 | 308.73 | 0.87 | 0.5 |
| Hex | EE | 12 | CE | 0 | 5C | D | 7 | 135 | 57 | 32 |
| Octal | 356 | 22 | 316 | 0 | 134 | 15 | 7 | 465 | 127 | 62 |
| Binary | 11101110 | 10010 | 11001110 | 0 | 1011100 | 1101 | 111 | 100110101 | 1010111 | 110010 |
Color Harmonies of #EE12CE
Complementary color
Monochromatic Colors of #EE12CE
Black with #EE12CE
Text Example
Text Example
White with #EE12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12CE; }
p { color: rgb(238,18,206); }
H1.HeaderClassName
{
color: #EE12CE;
}
.AnyTagClassName
{
color: #EE12CE;
}
</style>
background-color css
<style>
a { background-color: #EE12CE; }
a { background-color: rgb(238,18,206); }
div.DivClassName
{
background-color: #EE12CE;
}
.BgClassName
{
background-color: #EE12CE;
}
</style>
border-color css
<style>
span { border-color: #EE12CE; }
span { border-color: rgb(238,18,206); }
td.TdClassName
{
border-color: #EE12CE;
}
.TagClassName
{
border-color: #EE12CE;
}
</style>