Shades of Shocking Pink #E311B5
Tints of Shocking Pink #E311B5
RGB
CMYK
RGB Variations
Color information
#E311B5 (or 0xE311B5) is known color: Shocking Pink. HEX triplet: E3, 11 and B5. RGB value is (227,17,181). Sum of RGB (Red+Green+Blue) = 227+17+181=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E311B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E311B5 is #1CEE4A. Grayscale: #626262. Windows color (decimal): -1896011 or 11866595. OLE color: 11866595.
HSL color Cylindrical-coordinate representation of color #E311B5: hue angle of 313.14º degrees, saturation: 0.86, 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 #E311B5 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 181 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.11 |
| HSL | 313.14º | 0.86% | 0.48% | - |
| HSV(B) | 313.14º | 0.93% | 0.89% | - |
| XYZ | 40.22 | 20.07 | 45.47 | - |
| YUV | 98.49 | 174.57 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 181 | 0 | 0.93 | 0.20 | 0.11 | 313.14 | 0.86 | 0.48 |
| Hex | E3 | 11 | B5 | 0 | 5D | 14 | B | 139 | 56 | 30 |
| Octal | 343 | 21 | 265 | 0 | 135 | 24 | 13 | 471 | 126 | 60 |
| Binary | 11100011 | 10001 | 10110101 | 0 | 1011101 | 10100 | 1011 | 100111001 | 1010110 | 110000 |
Color Harmonies of #E311B5
Complementary color
Monochromatic Colors of #E311B5
Black with #E311B5
Text Example
Text Example
White with #E311B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E311B5; }
p { color: rgb(227,17,181); }
H1.HeaderClassName
{
color: #E311B5;
}
.AnyTagClassName
{
color: #E311B5;
}
</style>
background-color css
<style>
a { background-color: #E311B5; }
a { background-color: rgb(227,17,181); }
div.DivClassName
{
background-color: #E311B5;
}
.BgClassName
{
background-color: #E311B5;
}
</style>
border-color css
<style>
span { border-color: #E311B5; }
span { border-color: rgb(227,17,181); }
td.TdClassName
{
border-color: #E311B5;
}
.TagClassName
{
border-color: #E311B5;
}
</style>