Shades of Shocking Pink #E312BA
Tints of Shocking Pink #E312BA
RGB
CMYK
RGB Variations
Color information
#E312BA (or 0xE312BA) is known color: Shocking Pink. HEX triplet: E3, 12 and BA. RGB value is (227,18,186). Sum of RGB (Red+Green+Blue) = 227+18+186=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E312BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312BA is #1CED45. Grayscale: #636363. Windows color (decimal): -1895750 or 12194531. OLE color: 12194531.
HSL color Cylindrical-coordinate representation of color #E312BA: hue angle of 311.77º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312BA is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 186 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.11 |
| HSL | 311.77º | 0.85% | 0.48% | - |
| HSV(B) | 311.77º | 0.92% | 0.89% | - |
| XYZ | 40.76 | 20.31 | 48.23 | - |
| YUV | 99.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 186 | 0 | 0.92 | 0.18 | 0.11 | 311.77 | 0.85 | 0.48 |
| Hex | E3 | 12 | BA | 0 | 5C | 12 | B | 138 | 55 | 30 |
| Octal | 343 | 22 | 272 | 0 | 134 | 22 | 13 | 470 | 125 | 60 |
| Binary | 11100011 | 10010 | 10111010 | 0 | 1011100 | 10010 | 1011 | 100111000 | 1010101 | 110000 |
Color Harmonies of #E312BA
Complementary color
Monochromatic Colors of #E312BA
Black with #E312BA
Text Example
Text Example
White with #E312BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312BA; }
p { color: rgb(227,18,186); }
H1.HeaderClassName
{
color: #E312BA;
}
.AnyTagClassName
{
color: #E312BA;
}
</style>
background-color css
<style>
a { background-color: #E312BA; }
a { background-color: rgb(227,18,186); }
div.DivClassName
{
background-color: #E312BA;
}
.BgClassName
{
background-color: #E312BA;
}
</style>
border-color css
<style>
span { border-color: #E312BA; }
span { border-color: rgb(227,18,186); }
td.TdClassName
{
border-color: #E312BA;
}
.TagClassName
{
border-color: #E312BA;
}
</style>