Shades of Shocking Pink #E314BC
Tints of Shocking Pink #E314BC
RGB
CMYK
RGB Variations
Color information
#E314BC (or 0xE314BC) is known color: Shocking Pink. HEX triplet: E3, 14 and BC. RGB value is (227,20,188). Sum of RGB (Red+Green+Blue) = 227+20+188=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E314BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314BC is #1CEB43. Grayscale: #646464. Windows color (decimal): -1895236 or 12326115. OLE color: 12326115.
HSL color Cylindrical-coordinate representation of color #E314BC: hue angle of 311.3º 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 #E314BC is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 188 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.11 |
| HSL | 311.3º | 0.84% | 0.48% | - |
| HSV(B) | 311.3º | 0.91% | 0.89% | - |
| XYZ | 41.01 | 20.46 | 49.37 | - |
| YUV | 101.05 | 177.08 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 188 | 0 | 0.91 | 0.17 | 0.11 | 311.3 | 0.84 | 0.48 |
| Hex | E3 | 14 | BC | 0 | 5B | 11 | B | 137 | 54 | 30 |
| Octal | 343 | 24 | 274 | 0 | 133 | 21 | 13 | 467 | 124 | 60 |
| Binary | 11100011 | 10100 | 10111100 | 0 | 1011011 | 10001 | 1011 | 100110111 | 1010100 | 110000 |
Color Harmonies of #E314BC
Complementary color
Monochromatic Colors of #E314BC
Black with #E314BC
Text Example
Text Example
White with #E314BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314BC; }
p { color: rgb(227,20,188); }
H1.HeaderClassName
{
color: #E314BC;
}
.AnyTagClassName
{
color: #E314BC;
}
</style>
background-color css
<style>
a { background-color: #E314BC; }
a { background-color: rgb(227,20,188); }
div.DivClassName
{
background-color: #E314BC;
}
.BgClassName
{
background-color: #E314BC;
}
</style>
border-color css
<style>
span { border-color: #E314BC; }
span { border-color: rgb(227,20,188); }
td.TdClassName
{
border-color: #E314BC;
}
.TagClassName
{
border-color: #E314BC;
}
</style>