Shades of Shocking Pink #E314BB
Tints of Shocking Pink #E314BB
RGB
CMYK
RGB Variations
Color information
#E314BB (or 0xE314BB) is known color: Shocking Pink. HEX triplet: E3, 14 and BB. RGB value is (227,20,187). Sum of RGB (Red+Green+Blue) = 227+20+187=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E314BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314BB is #1CEB44. Grayscale: #646464. Windows color (decimal): -1895237 or 12260579. OLE color: 12260579.
HSL color Cylindrical-coordinate representation of color #E314BB: hue angle of 311.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314BB is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 187 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.11 |
| HSL | 311.59º | 0.84% | 0.48% | - |
| HSV(B) | 311.59º | 0.91% | 0.89% | - |
| XYZ | 40.9 | 20.42 | 48.8 | - |
| YUV | 100.93 | 176.58 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 187 | 0 | 0.91 | 0.18 | 0.11 | 311.59 | 0.84 | 0.48 |
| Hex | E3 | 14 | BB | 0 | 5B | 12 | B | 138 | 54 | 30 |
| Octal | 343 | 24 | 273 | 0 | 133 | 22 | 13 | 470 | 124 | 60 |
| Binary | 11100011 | 10100 | 10111011 | 0 | 1011011 | 10010 | 1011 | 100111000 | 1010100 | 110000 |
Color Harmonies of #E314BB
Complementary color
Monochromatic Colors of #E314BB
Black with #E314BB
Text Example
Text Example
White with #E314BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314BB; }
p { color: rgb(227,20,187); }
H1.HeaderClassName
{
color: #E314BB;
}
.AnyTagClassName
{
color: #E314BB;
}
</style>
background-color css
<style>
a { background-color: #E314BB; }
a { background-color: rgb(227,20,187); }
div.DivClassName
{
background-color: #E314BB;
}
.BgClassName
{
background-color: #E314BB;
}
</style>
border-color css
<style>
span { border-color: #E314BB; }
span { border-color: rgb(227,20,187); }
td.TdClassName
{
border-color: #E314BB;
}
.TagClassName
{
border-color: #E314BB;
}
</style>