Shades of Shocking Pink #EE12BC
Tints of Shocking Pink #EE12BC
RGB
CMYK
RGB Variations
Color information
#EE12BC (or 0xEE12BC) is known color: Shocking Pink. HEX triplet: EE, 12 and BC. RGB value is (238,18,188). Sum of RGB (Red+Green+Blue) = 238+18+188=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12BC is #11ED43. Grayscale: #666666. Windows color (decimal): -1174852 or 12325614. OLE color: 12325614.
HSL color Cylindrical-coordinate representation of color #EE12BC: hue angle of 313.64º 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 #EE12BC is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 188 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.07 |
| HSL | 313.64º | 0.87% | 0.5% | - |
| HSV(B) | 313.64º | 0.92% | 0.93% | - |
| XYZ | 44.55 | 22.24 | 49.52 | - |
| YUV | 103.16 | 175.89 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 188 | 0 | 0.92 | 0.21 | 0.07 | 313.64 | 0.87 | 0.5 |
| Hex | EE | 12 | BC | 0 | 5C | 15 | 7 | 13A | 57 | 32 |
| Octal | 356 | 22 | 274 | 0 | 134 | 25 | 7 | 472 | 127 | 62 |
| Binary | 11101110 | 10010 | 10111100 | 0 | 1011100 | 10101 | 111 | 100111010 | 1010111 | 110010 |
Color Harmonies of #EE12BC
Complementary color
Monochromatic Colors of #EE12BC
Black with #EE12BC
Text Example
Text Example
White with #EE12BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12BC; }
p { color: rgb(238,18,188); }
H1.HeaderClassName
{
color: #EE12BC;
}
.AnyTagClassName
{
color: #EE12BC;
}
</style>
background-color css
<style>
a { background-color: #EE12BC; }
a { background-color: rgb(238,18,188); }
div.DivClassName
{
background-color: #EE12BC;
}
.BgClassName
{
background-color: #EE12BC;
}
</style>
border-color css
<style>
span { border-color: #EE12BC; }
span { border-color: rgb(238,18,188); }
td.TdClassName
{
border-color: #EE12BC;
}
.TagClassName
{
border-color: #EE12BC;
}
</style>