Shades of Shocking Pink #E314BD
Tints of Shocking Pink #E314BD
RGB
CMYK
RGB Variations
Color information
#E314BD (or 0xE314BD) is known color: Shocking Pink. HEX triplet: E3, 14 and BD. RGB value is (227,20,189). Sum of RGB (Red+Green+Blue) = 227+20+189=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E314BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314BD is #1CEB42. Grayscale: #646464. Windows color (decimal): -1895235 or 12391651. OLE color: 12391651.
HSL color Cylindrical-coordinate representation of color #E314BD: hue angle of 311.01º 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 #E314BD is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.11 |
| HSL | 311.01º | 0.84% | 0.48% | - |
| HSV(B) | 311.01º | 0.91% | 0.89% | - |
| XYZ | 41.11 | 20.51 | 49.94 | - |
| YUV | 101.16 | 177.58 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 189 | 0 | 0.91 | 0.17 | 0.11 | 311.01 | 0.84 | 0.48 |
| Hex | E3 | 14 | BD | 0 | 5B | 11 | B | 137 | 54 | 30 |
| Octal | 343 | 24 | 275 | 0 | 133 | 21 | 13 | 467 | 124 | 60 |
| Binary | 11100011 | 10100 | 10111101 | 0 | 1011011 | 10001 | 1011 | 100110111 | 1010100 | 110000 |
Color Harmonies of #E314BD
Complementary color
Monochromatic Colors of #E314BD
Black with #E314BD
Text Example
Text Example
White with #E314BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314BD; }
p { color: rgb(227,20,189); }
H1.HeaderClassName
{
color: #E314BD;
}
.AnyTagClassName
{
color: #E314BD;
}
</style>
background-color css
<style>
a { background-color: #E314BD; }
a { background-color: rgb(227,20,189); }
div.DivClassName
{
background-color: #E314BD;
}
.BgClassName
{
background-color: #E314BD;
}
</style>
border-color css
<style>
span { border-color: #E314BD; }
span { border-color: rgb(227,20,189); }
td.TdClassName
{
border-color: #E314BD;
}
.TagClassName
{
border-color: #E314BD;
}
</style>