Shades of Shocking Pink #E316B5
Tints of Shocking Pink #E316B5
RGB
CMYK
RGB Variations
Color information
#E316B5 (or 0xE316B5) is known color: Shocking Pink. HEX triplet: E3, 16 and B5. RGB value is (227,22,181). Sum of RGB (Red+Green+Blue) = 227+22+181=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E316B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E316B5 is #1CE94A. Grayscale: #646464. Windows color (decimal): -1894731 or 11867875. OLE color: 11867875.
HSL color Cylindrical-coordinate representation of color #E316B5: hue angle of 313.46º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316B5 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 181 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.11 |
| HSL | 313.46º | 0.82% | 0.49% | - |
| HSV(B) | 313.46º | 0.9% | 0.89% | - |
| XYZ | 40.31 | 20.24 | 45.5 | - |
| YUV | 101.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 181 | 0 | 0.90 | 0.20 | 0.11 | 313.46 | 0.82 | 0.49 |
| Hex | E3 | 16 | B5 | 0 | 5A | 14 | B | 139 | 52 | 31 |
| Octal | 343 | 26 | 265 | 0 | 132 | 24 | 13 | 471 | 122 | 61 |
| Binary | 11100011 | 10110 | 10110101 | 0 | 1011010 | 10100 | 1011 | 100111001 | 1010010 | 110001 |
Color Harmonies of #E316B5
Complementary color
Monochromatic Colors of #E316B5
Black with #E316B5
Text Example
Text Example
White with #E316B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316B5; }
p { color: rgb(227,22,181); }
H1.HeaderClassName
{
color: #E316B5;
}
.AnyTagClassName
{
color: #E316B5;
}
</style>
background-color css
<style>
a { background-color: #E316B5; }
a { background-color: rgb(227,22,181); }
div.DivClassName
{
background-color: #E316B5;
}
.BgClassName
{
background-color: #E316B5;
}
</style>
border-color css
<style>
span { border-color: #E316B5; }
span { border-color: rgb(227,22,181); }
td.TdClassName
{
border-color: #E316B5;
}
.TagClassName
{
border-color: #E316B5;
}
</style>