Shades of Shocking Pink #E013B9
Tints of Shocking Pink #E013B9
RGB
CMYK
RGB Variations
Color information
#E013B9 (or 0xE013B9) is known color: Shocking Pink. HEX triplet: E0, 13 and B9. RGB value is (224,19,185). Sum of RGB (Red+Green+Blue) = 224+19+185=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E013B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013B9 is #1FEC46. Grayscale: #626262. Windows color (decimal): -2092103 or 12129248. OLE color: 12129248.
HSL color Cylindrical-coordinate representation of color #E013B9: hue angle of 311.41º 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 #E013B9 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 185 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.12 |
| HSL | 311.41º | 0.84% | 0.48% | - |
| HSV(B) | 311.41º | 0.92% | 0.88% | - |
| XYZ | 39.73 | 19.82 | 47.63 | - |
| YUV | 99.22 | 176.42 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 185 | 0 | 0.92 | 0.17 | 0.12 | 311.41 | 0.84 | 0.48 |
| Hex | E0 | 13 | B9 | 0 | 5C | 11 | C | 137 | 54 | 30 |
| Octal | 340 | 23 | 271 | 0 | 134 | 21 | 14 | 467 | 124 | 60 |
| Binary | 11100000 | 10011 | 10111001 | 0 | 1011100 | 10001 | 1100 | 100110111 | 1010100 | 110000 |
Color Harmonies of #E013B9
Complementary color
Monochromatic Colors of #E013B9
Black with #E013B9
Text Example
Text Example
White with #E013B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013B9; }
p { color: rgb(224,19,185); }
H1.HeaderClassName
{
color: #E013B9;
}
.AnyTagClassName
{
color: #E013B9;
}
</style>
background-color css
<style>
a { background-color: #E013B9; }
a { background-color: rgb(224,19,185); }
div.DivClassName
{
background-color: #E013B9;
}
.BgClassName
{
background-color: #E013B9;
}
</style>
border-color css
<style>
span { border-color: #E013B9; }
span { border-color: rgb(224,19,185); }
td.TdClassName
{
border-color: #E013B9;
}
.TagClassName
{
border-color: #E013B9;
}
</style>