Shades of Shocking Pink #E319BC
Tints of Shocking Pink #E319BC
RGB
CMYK
RGB Variations
Color information
#E319BC (or 0xE319BC) is known color: Shocking Pink. HEX triplet: E3, 19 and BC. RGB value is (227,25,188). Sum of RGB (Red+Green+Blue) = 227+25+188=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E319BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319BC is #1CE643. Grayscale: #676767. Windows color (decimal): -1893956 or 12327395. OLE color: 12327395.
HSL color Cylindrical-coordinate representation of color #E319BC: hue angle of 311.58º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E319BC is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.11 |
| HSL | 311.58º | 0.8% | 0.49% | - |
| HSV(B) | 311.58º | 0.89% | 0.89% | - |
| XYZ | 41.1 | 20.66 | 49.4 | - |
| YUV | 103.98 | 175.42 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 188 | 0 | 0.89 | 0.17 | 0.11 | 311.58 | 0.8 | 0.49 |
| Hex | E3 | 19 | BC | 0 | 59 | 11 | B | 138 | 50 | 31 |
| Octal | 343 | 31 | 274 | 0 | 131 | 21 | 13 | 470 | 120 | 61 |
| Binary | 11100011 | 11001 | 10111100 | 0 | 1011001 | 10001 | 1011 | 100111000 | 1010000 | 110001 |
Color Harmonies of #E319BC
Complementary color
Monochromatic Colors of #E319BC
Black with #E319BC
Text Example
Text Example
White with #E319BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319BC; }
p { color: rgb(227,25,188); }
H1.HeaderClassName
{
color: #E319BC;
}
.AnyTagClassName
{
color: #E319BC;
}
</style>
background-color css
<style>
a { background-color: #E319BC; }
a { background-color: rgb(227,25,188); }
div.DivClassName
{
background-color: #E319BC;
}
.BgClassName
{
background-color: #E319BC;
}
</style>
border-color css
<style>
span { border-color: #E319BC; }
span { border-color: rgb(227,25,188); }
td.TdClassName
{
border-color: #E319BC;
}
.TagClassName
{
border-color: #E319BC;
}
</style>