Shades of Shocking Pink #E313BA
Tints of Shocking Pink #E313BA
RGB
CMYK
RGB Variations
Color information
#E313BA (or 0xE313BA) is known color: Shocking Pink. HEX triplet: E3, 13 and BA. RGB value is (227,19,186). Sum of RGB (Red+Green+Blue) = 227+19+186=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E313BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313BA is #1CEC45. Grayscale: #636363. Windows color (decimal): -1895494 or 12194787. OLE color: 12194787.
HSL color Cylindrical-coordinate representation of color #E313BA: hue angle of 311.83º 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 #E313BA is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 186 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.11 |
| HSL | 311.83º | 0.85% | 0.48% | - |
| HSV(B) | 311.83º | 0.92% | 0.89% | - |
| XYZ | 40.77 | 20.34 | 48.23 | - |
| YUV | 100.23 | 176.41 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 186 | 0 | 0.92 | 0.18 | 0.11 | 311.83 | 0.85 | 0.48 |
| Hex | E3 | 13 | BA | 0 | 5C | 12 | B | 138 | 55 | 30 |
| Octal | 343 | 23 | 272 | 0 | 134 | 22 | 13 | 470 | 125 | 60 |
| Binary | 11100011 | 10011 | 10111010 | 0 | 1011100 | 10010 | 1011 | 100111000 | 1010101 | 110000 |
Color Harmonies of #E313BA
Complementary color
Monochromatic Colors of #E313BA
Black with #E313BA
Text Example
Text Example
White with #E313BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313BA; }
p { color: rgb(227,19,186); }
H1.HeaderClassName
{
color: #E313BA;
}
.AnyTagClassName
{
color: #E313BA;
}
</style>
background-color css
<style>
a { background-color: #E313BA; }
a { background-color: rgb(227,19,186); }
div.DivClassName
{
background-color: #E313BA;
}
.BgClassName
{
background-color: #E313BA;
}
</style>
border-color css
<style>
span { border-color: #E313BA; }
span { border-color: rgb(227,19,186); }
td.TdClassName
{
border-color: #E313BA;
}
.TagClassName
{
border-color: #E313BA;
}
</style>