Shades of Shocking Pink #EB12C0
Tints of Shocking Pink #EB12C0
RGB
CMYK
RGB Variations
Color information
#EB12C0 (or 0xEB12C0) is known color: Shocking Pink. HEX triplet: EB, 12 and C0. RGB value is (235,18,192). Sum of RGB (Red+Green+Blue) = 235+18+192=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB12C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB12C0 is #14ED3F. Grayscale: #666666. Windows color (decimal): -1371456 or 12587755. OLE color: 12587755.
HSL color Cylindrical-coordinate representation of color #EB12C0: hue angle of 311.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB12C0 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 192 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.08 |
| HSL | 311.89º | 0.86% | 0.5% | - |
| HSV(B) | 311.89º | 0.92% | 0.92% | - |
| XYZ | 43.99 | 21.9 | 51.78 | - |
| YUV | 102.72 | 178.39 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 192 | 0 | 0.92 | 0.18 | 0.08 | 311.89 | 0.86 | 0.5 |
| Hex | EB | 12 | C0 | 0 | 5C | 12 | 8 | 138 | 56 | 32 |
| Octal | 353 | 22 | 300 | 0 | 134 | 22 | 10 | 470 | 126 | 62 |
| Binary | 11101011 | 10010 | 11000000 | 0 | 1011100 | 10010 | 1000 | 100111000 | 1010110 | 110010 |
Color Harmonies of #EB12C0
Complementary color
Monochromatic Colors of #EB12C0
Black with #EB12C0
Text Example
Text Example
White with #EB12C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB12C0; }
p { color: rgb(235,18,192); }
H1.HeaderClassName
{
color: #EB12C0;
}
.AnyTagClassName
{
color: #EB12C0;
}
</style>
background-color css
<style>
a { background-color: #EB12C0; }
a { background-color: rgb(235,18,192); }
div.DivClassName
{
background-color: #EB12C0;
}
.BgClassName
{
background-color: #EB12C0;
}
</style>
border-color css
<style>
span { border-color: #EB12C0; }
span { border-color: rgb(235,18,192); }
td.TdClassName
{
border-color: #EB12C0;
}
.TagClassName
{
border-color: #EB12C0;
}
</style>