Shades of Shocking Pink #E513B5
Tints of Shocking Pink #E513B5
RGB
CMYK
RGB Variations
Color information
#E513B5 (or 0xE513B5) is known color: Shocking Pink. HEX triplet: E5, 13 and B5. RGB value is (229,19,181). Sum of RGB (Red+Green+Blue) = 229+19+181=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E513B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513B5 is #1AEC4A. Grayscale: #636363. Windows color (decimal): -1764427 or 11867109. OLE color: 11867109.
HSL color Cylindrical-coordinate representation of color #E513B5: hue angle of 313.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513B5 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 181 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.10 |
| HSL | 313.71º | 0.85% | 0.49% | - |
| HSV(B) | 313.71º | 0.92% | 0.9% | - |
| XYZ | 40.89 | 20.46 | 45.51 | - |
| YUV | 100.26 | 173.57 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 181 | 0 | 0.92 | 0.21 | 0.10 | 313.71 | 0.85 | 0.49 |
| Hex | E5 | 13 | B5 | 0 | 5C | 15 | A | 13A | 55 | 31 |
| Octal | 345 | 23 | 265 | 0 | 134 | 25 | 12 | 472 | 125 | 61 |
| Binary | 11100101 | 10011 | 10110101 | 0 | 1011100 | 10101 | 1010 | 100111010 | 1010101 | 110001 |
Color Harmonies of #E513B5
Complementary color
Monochromatic Colors of #E513B5
Black with #E513B5
Text Example
Text Example
White with #E513B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E513B5; }
p { color: rgb(229,19,181); }
H1.HeaderClassName
{
color: #E513B5;
}
.AnyTagClassName
{
color: #E513B5;
}
</style>
background-color css
<style>
a { background-color: #E513B5; }
a { background-color: rgb(229,19,181); }
div.DivClassName
{
background-color: #E513B5;
}
.BgClassName
{
background-color: #E513B5;
}
</style>
border-color css
<style>
span { border-color: #E513B5; }
span { border-color: rgb(229,19,181); }
td.TdClassName
{
border-color: #E513B5;
}
.TagClassName
{
border-color: #E513B5;
}
</style>