Shades of Shocking Pink #EB12C1
Tints of Shocking Pink #EB12C1
RGB
CMYK
RGB Variations
Color information
#EB12C1 (or 0xEB12C1) is known color: Shocking Pink. HEX triplet: EB, 12 and C1. RGB value is (235,18,193). Sum of RGB (Red+Green+Blue) = 235+18+193=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB12C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB12C1 is #14ED3E. Grayscale: #666666. Windows color (decimal): -1371455 or 12653291. OLE color: 12653291.
HSL color Cylindrical-coordinate representation of color #EB12C1: hue angle of 311.61º 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 #EB12C1 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 193 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.08 |
| HSL | 311.61º | 0.86% | 0.5% | - |
| HSV(B) | 311.61º | 0.92% | 0.92% | - |
| XYZ | 44.1 | 21.95 | 52.36 | - |
| YUV | 102.83 | 178.89 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 193 | 0 | 0.92 | 0.18 | 0.08 | 311.61 | 0.86 | 0.5 |
| Hex | EB | 12 | C1 | 0 | 5C | 12 | 8 | 138 | 56 | 32 |
| Octal | 353 | 22 | 301 | 0 | 134 | 22 | 10 | 470 | 126 | 62 |
| Binary | 11101011 | 10010 | 11000001 | 0 | 1011100 | 10010 | 1000 | 100111000 | 1010110 | 110010 |
Color Harmonies of #EB12C1
Complementary color
Monochromatic Colors of #EB12C1
Black with #EB12C1
Text Example
Text Example
White with #EB12C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB12C1; }
p { color: rgb(235,18,193); }
H1.HeaderClassName
{
color: #EB12C1;
}
.AnyTagClassName
{
color: #EB12C1;
}
</style>
background-color css
<style>
a { background-color: #EB12C1; }
a { background-color: rgb(235,18,193); }
div.DivClassName
{
background-color: #EB12C1;
}
.BgClassName
{
background-color: #EB12C1;
}
</style>
border-color css
<style>
span { border-color: #EB12C1; }
span { border-color: rgb(235,18,193); }
td.TdClassName
{
border-color: #EB12C1;
}
.TagClassName
{
border-color: #EB12C1;
}
</style>