Shades of Shocking Pink #E31FBA
Tints of Shocking Pink #E31FBA
RGB
CMYK
RGB Variations
Color information
#E31FBA (or 0xE31FBA) is known color: Shocking Pink. HEX triplet: E3, 1F and BA. RGB value is (227,31,186). Sum of RGB (Red+Green+Blue) = 227+31+186=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FBA is #1CE045. Grayscale: #6A6A6A. Windows color (decimal): -1892422 or 12197859. OLE color: 12197859.
HSL color Cylindrical-coordinate representation of color #E31FBA: hue angle of 312.55º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FBA is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 31 | 186 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.11 |
| HSL | 312.55º | 0.78% | 0.51% | - |
| HSV(B) | 312.55º | 0.86% | 0.89% | - |
| XYZ | 41.03 | 20.86 | 48.32 | - |
| YUV | 107.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 31 | 186 | 0 | 0.86 | 0.18 | 0.11 | 312.55 | 0.78 | 0.51 |
| Hex | E3 | 1F | BA | 0 | 56 | 12 | B | 139 | 4E | 33 |
| Octal | 343 | 37 | 272 | 0 | 126 | 22 | 13 | 471 | 116 | 63 |
| Binary | 11100011 | 11111 | 10111010 | 0 | 1010110 | 10010 | 1011 | 100111001 | 1001110 | 110011 |
Color Harmonies of #E31FBA
Complementary color
Monochromatic Colors of #E31FBA
Black with #E31FBA
Text Example
Text Example
White with #E31FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31FBA; }
p { color: rgb(227,31,186); }
H1.HeaderClassName
{
color: #E31FBA;
}
.AnyTagClassName
{
color: #E31FBA;
}
</style>
background-color css
<style>
a { background-color: #E31FBA; }
a { background-color: rgb(227,31,186); }
div.DivClassName
{
background-color: #E31FBA;
}
.BgClassName
{
background-color: #E31FBA;
}
</style>
border-color css
<style>
span { border-color: #E31FBA; }
span { border-color: rgb(227,31,186); }
td.TdClassName
{
border-color: #E31FBA;
}
.TagClassName
{
border-color: #E31FBA;
}
</style>