Shades of Shocking Pink #E310B5
Tints of Shocking Pink #E310B5
RGB
CMYK
RGB Variations
Color information
#E310B5 (or 0xE310B5) is known color: Shocking Pink. HEX triplet: E3, 10 and B5. RGB value is (227,16,181). Sum of RGB (Red+Green+Blue) = 227+16+181=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E310B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E310B5 is #1CEF4A. Grayscale: #616161. Windows color (decimal): -1896267 or 11866339. OLE color: 11866339.
HSL color Cylindrical-coordinate representation of color #E310B5: hue angle of 313.08º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E310B5 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 181 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.11 |
| HSL | 313.08º | 0.87% | 0.48% | - |
| HSV(B) | 313.08º | 0.93% | 0.89% | - |
| XYZ | 40.2 | 20.04 | 45.46 | - |
| YUV | 97.9 | 174.9 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 181 | 0 | 0.93 | 0.20 | 0.11 | 313.08 | 0.87 | 0.48 |
| Hex | E3 | 10 | B5 | 0 | 5D | 14 | B | 139 | 57 | 30 |
| Octal | 343 | 20 | 265 | 0 | 135 | 24 | 13 | 471 | 127 | 60 |
| Binary | 11100011 | 10000 | 10110101 | 0 | 1011101 | 10100 | 1011 | 100111001 | 1010111 | 110000 |
Color Harmonies of #E310B5
Complementary color
Monochromatic Colors of #E310B5
Black with #E310B5
Text Example
Text Example
White with #E310B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310B5; }
p { color: rgb(227,16,181); }
H1.HeaderClassName
{
color: #E310B5;
}
.AnyTagClassName
{
color: #E310B5;
}
</style>
background-color css
<style>
a { background-color: #E310B5; }
a { background-color: rgb(227,16,181); }
div.DivClassName
{
background-color: #E310B5;
}
.BgClassName
{
background-color: #E310B5;
}
</style>
border-color css
<style>
span { border-color: #E310B5; }
span { border-color: rgb(227,16,181); }
td.TdClassName
{
border-color: #E310B5;
}
.TagClassName
{
border-color: #E310B5;
}
</style>