Shades of Shocking Pink #E508C7
Tints of Shocking Pink #E508C7
RGB
CMYK
RGB Variations
Color information
#E508C7 (or 0xE508C7) is known color: Shocking Pink. HEX triplet: E5, 08 and C7. RGB value is (229,8,199). Sum of RGB (Red+Green+Blue) = 229+8+199=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E508C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508C7 is #1AF738. Grayscale: #5F5F5F. Windows color (decimal): -1767225 or 13043941. OLE color: 13043941.
HSL color Cylindrical-coordinate representation of color #E508C7: hue angle of 308.14º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508C7 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 199 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.10 |
| HSL | 308.14º | 0.93% | 0.46% | - |
| HSV(B) | 308.14º | 0.97% | 0.9% | - |
| XYZ | 42.71 | 20.96 | 55.83 | - |
| YUV | 95.85 | 186.22 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 199 | 0 | 0.97 | 0.13 | 0.10 | 308.14 | 0.93 | 0.46 |
| Hex | E5 | 8 | C7 | 0 | 61 | D | A | 134 | 5D | 2E |
| Octal | 345 | 10 | 307 | 0 | 141 | 15 | 12 | 464 | 135 | 56 |
| Binary | 11100101 | 1000 | 11000111 | 0 | 1100001 | 1101 | 1010 | 100110100 | 1011101 | 101110 |
Color Harmonies of #E508C7
Complementary color
Monochromatic Colors of #E508C7
Black with #E508C7
Text Example
Text Example
White with #E508C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508C7; }
p { color: rgb(229,8,199); }
H1.HeaderClassName
{
color: #E508C7;
}
.AnyTagClassName
{
color: #E508C7;
}
</style>
background-color css
<style>
a { background-color: #E508C7; }
a { background-color: rgb(229,8,199); }
div.DivClassName
{
background-color: #E508C7;
}
.BgClassName
{
background-color: #E508C7;
}
</style>
border-color css
<style>
span { border-color: #E508C7; }
span { border-color: rgb(229,8,199); }
td.TdClassName
{
border-color: #E508C7;
}
.TagClassName
{
border-color: #E508C7;
}
</style>