Shades of Shocking Pink #EE12CB
Tints of Shocking Pink #EE12CB
RGB
CMYK
RGB Variations
Color information
#EE12CB (or 0xEE12CB) is known color: Shocking Pink. HEX triplet: EE, 12 and CB. RGB value is (238,18,203). Sum of RGB (Red+Green+Blue) = 238+18+203=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE12CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE12CB is #11ED34. Grayscale: #686868. Windows color (decimal): -1174837 or 13308654. OLE color: 13308654.
HSL color Cylindrical-coordinate representation of color #EE12CB: hue angle of 309.55º 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 #EE12CB is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 203 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.07 |
| HSL | 309.55º | 0.87% | 0.5% | - |
| HSV(B) | 309.55º | 0.92% | 0.93% | - |
| XYZ | 46.26 | 22.92 | 58.49 | - |
| YUV | 104.87 | 183.39 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 203 | 0 | 0.92 | 0.15 | 0.07 | 309.55 | 0.87 | 0.5 |
| Hex | EE | 12 | CB | 0 | 5C | F | 7 | 136 | 57 | 32 |
| Octal | 356 | 22 | 313 | 0 | 134 | 17 | 7 | 466 | 127 | 62 |
| Binary | 11101110 | 10010 | 11001011 | 0 | 1011100 | 1111 | 111 | 100110110 | 1010111 | 110010 |
Color Harmonies of #EE12CB
Complementary color
Monochromatic Colors of #EE12CB
Black with #EE12CB
Text Example
Text Example
White with #EE12CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12CB; }
p { color: rgb(238,18,203); }
H1.HeaderClassName
{
color: #EE12CB;
}
.AnyTagClassName
{
color: #EE12CB;
}
</style>
background-color css
<style>
a { background-color: #EE12CB; }
a { background-color: rgb(238,18,203); }
div.DivClassName
{
background-color: #EE12CB;
}
.BgClassName
{
background-color: #EE12CB;
}
</style>
border-color css
<style>
span { border-color: #EE12CB; }
span { border-color: rgb(238,18,203); }
td.TdClassName
{
border-color: #EE12CB;
}
.TagClassName
{
border-color: #EE12CB;
}
</style>