Shades of Shocking Pink #E307BA
Tints of Shocking Pink #E307BA
RGB
CMYK
RGB Variations
Color information
#E307BA (or 0xE307BA) is known color: Shocking Pink. HEX triplet: E3, 07 and BA. RGB value is (227,7,186). Sum of RGB (Red+Green+Blue) = 227+7+186=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E307BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307BA is #1CF845. Grayscale: #5C5C5C. Windows color (decimal): -1898566 or 12191715. OLE color: 12191715.
HSL color Cylindrical-coordinate representation of color #E307BA: hue angle of 311.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307BA is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.11 |
| HSL | 311.18º | 0.94% | 0.46% | - |
| HSV(B) | 311.18º | 0.97% | 0.89% | - |
| XYZ | 40.62 | 20.03 | 48.18 | - |
| YUV | 93.19 | 180.39 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 186 | 0 | 0.97 | 0.18 | 0.11 | 311.18 | 0.94 | 0.46 |
| Hex | E3 | 7 | BA | 0 | 61 | 12 | B | 137 | 5E | 2E |
| Octal | 343 | 7 | 272 | 0 | 141 | 22 | 13 | 467 | 136 | 56 |
| Binary | 11100011 | 111 | 10111010 | 0 | 1100001 | 10010 | 1011 | 100110111 | 1011110 | 101110 |
Color Harmonies of #E307BA
Complementary color
Monochromatic Colors of #E307BA
Black with #E307BA
Text Example
Text Example
White with #E307BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307BA; }
p { color: rgb(227,7,186); }
H1.HeaderClassName
{
color: #E307BA;
}
.AnyTagClassName
{
color: #E307BA;
}
</style>
background-color css
<style>
a { background-color: #E307BA; }
a { background-color: rgb(227,7,186); }
div.DivClassName
{
background-color: #E307BA;
}
.BgClassName
{
background-color: #E307BA;
}
</style>
border-color css
<style>
span { border-color: #E307BA; }
span { border-color: rgb(227,7,186); }
td.TdClassName
{
border-color: #E307BA;
}
.TagClassName
{
border-color: #E307BA;
}
</style>