Shades of Shocking Pink #E518B7
Tints of Shocking Pink #E518B7
RGB
CMYK
RGB Variations
Color information
#E518B7 (or 0xE518B7) is known color: Shocking Pink. HEX triplet: E5, 18 and B7. RGB value is (229,24,183). Sum of RGB (Red+Green+Blue) = 229+24+183=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E518B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518B7 is #1AE748. Grayscale: #666666. Windows color (decimal): -1763145 or 11999461. OLE color: 11999461.
HSL color Cylindrical-coordinate representation of color #E518B7: hue angle of 313.46º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518B7 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 183 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.10 |
| HSL | 313.46º | 0.81% | 0.5% | - |
| HSV(B) | 313.46º | 0.9% | 0.9% | - |
| XYZ | 41.19 | 20.73 | 46.63 | - |
| YUV | 103.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 183 | 0 | 0.90 | 0.20 | 0.10 | 313.46 | 0.81 | 0.5 |
| Hex | E5 | 18 | B7 | 0 | 5A | 14 | A | 139 | 51 | 32 |
| Octal | 345 | 30 | 267 | 0 | 132 | 24 | 12 | 471 | 121 | 62 |
| Binary | 11100101 | 11000 | 10110111 | 0 | 1011010 | 10100 | 1010 | 100111001 | 1010001 | 110010 |
Color Harmonies of #E518B7
Complementary color
Monochromatic Colors of #E518B7
Black with #E518B7
Text Example
Text Example
White with #E518B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518B7; }
p { color: rgb(229,24,183); }
H1.HeaderClassName
{
color: #E518B7;
}
.AnyTagClassName
{
color: #E518B7;
}
</style>
background-color css
<style>
a { background-color: #E518B7; }
a { background-color: rgb(229,24,183); }
div.DivClassName
{
background-color: #E518B7;
}
.BgClassName
{
background-color: #E518B7;
}
</style>
border-color css
<style>
span { border-color: #E518B7; }
span { border-color: rgb(229,24,183); }
td.TdClassName
{
border-color: #E518B7;
}
.TagClassName
{
border-color: #E518B7;
}
</style>