Shades of Shocking Pink #E51CB7
Tints of Shocking Pink #E51CB7
RGB
CMYK
RGB Variations
Color information
#E51CB7 (or 0xE51CB7) is known color: Shocking Pink. HEX triplet: E5, 1C and B7. RGB value is (229,28,183). Sum of RGB (Red+Green+Blue) = 229+28+183=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CB7 is #1AE348. Grayscale: #696969. Windows color (decimal): -1762121 or 12000485. OLE color: 12000485.
HSL color Cylindrical-coordinate representation of color #E51CB7: hue angle of 313.73º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CB7 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 183 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.10 |
| HSL | 313.73º | 0.79% | 0.5% | - |
| HSV(B) | 313.73º | 0.88% | 0.9% | - |
| XYZ | 41.28 | 20.91 | 46.66 | - |
| YUV | 105.77 | 171.59 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 183 | 0 | 0.88 | 0.20 | 0.10 | 313.73 | 0.79 | 0.5 |
| Hex | E5 | 1C | B7 | 0 | 58 | 14 | A | 13A | 4F | 32 |
| Octal | 345 | 34 | 267 | 0 | 130 | 24 | 12 | 472 | 117 | 62 |
| Binary | 11100101 | 11100 | 10110111 | 0 | 1011000 | 10100 | 1010 | 100111010 | 1001111 | 110010 |
Color Harmonies of #E51CB7
Complementary color
Monochromatic Colors of #E51CB7
Black with #E51CB7
Text Example
Text Example
White with #E51CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CB7; }
p { color: rgb(229,28,183); }
H1.HeaderClassName
{
color: #E51CB7;
}
.AnyTagClassName
{
color: #E51CB7;
}
</style>
background-color css
<style>
a { background-color: #E51CB7; }
a { background-color: rgb(229,28,183); }
div.DivClassName
{
background-color: #E51CB7;
}
.BgClassName
{
background-color: #E51CB7;
}
</style>
border-color css
<style>
span { border-color: #E51CB7; }
span { border-color: rgb(229,28,183); }
td.TdClassName
{
border-color: #E51CB7;
}
.TagClassName
{
border-color: #E51CB7;
}
</style>