Shades of Shocking Pink #E113B1
Tints of Shocking Pink #E113B1
RGB
CMYK
RGB Variations
Color information
#E113B1 (or 0xE113B1) is known color: Shocking Pink. HEX triplet: E1, 13 and B1. RGB value is (225,19,177). Sum of RGB (Red+Green+Blue) = 225+19+177=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E113B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E113B1 is #1EEC4E. Grayscale: #626262. Windows color (decimal): -2026575 or 11604961. OLE color: 11604961.
HSL color Cylindrical-coordinate representation of color #E113B1: hue angle of 313.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E113B1 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 177 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.12 |
| HSL | 313.98º | 0.84% | 0.48% | - |
| HSV(B) | 313.98º | 0.92% | 0.88% | - |
| XYZ | 39.22 | 19.65 | 43.32 | - |
| YUV | 98.61 | 172.25 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 177 | 0 | 0.92 | 0.21 | 0.12 | 313.98 | 0.84 | 0.48 |
| Hex | E1 | 13 | B1 | 0 | 5C | 15 | C | 13A | 54 | 30 |
| Octal | 341 | 23 | 261 | 0 | 134 | 25 | 14 | 472 | 124 | 60 |
| Binary | 11100001 | 10011 | 10110001 | 0 | 1011100 | 10101 | 1100 | 100111010 | 1010100 | 110000 |
Color Harmonies of #E113B1
Complementary color
Monochromatic Colors of #E113B1
Black with #E113B1
Text Example
Text Example
White with #E113B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113B1; }
p { color: rgb(225,19,177); }
H1.HeaderClassName
{
color: #E113B1;
}
.AnyTagClassName
{
color: #E113B1;
}
</style>
background-color css
<style>
a { background-color: #E113B1; }
a { background-color: rgb(225,19,177); }
div.DivClassName
{
background-color: #E113B1;
}
.BgClassName
{
background-color: #E113B1;
}
</style>
border-color css
<style>
span { border-color: #E113B1; }
span { border-color: rgb(225,19,177); }
td.TdClassName
{
border-color: #E113B1;
}
.TagClassName
{
border-color: #E113B1;
}
</style>