Shades of Shocking Pink #E508B8
Tints of Shocking Pink #E508B8
RGB
CMYK
RGB Variations
Color information
#E508B8 (or 0xE508B8) is known color: Shocking Pink. HEX triplet: E5, 08 and B8. RGB value is (229,8,184). Sum of RGB (Red+Green+Blue) = 229+8+184=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E508B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508B8 is #1AF747. Grayscale: #5D5D5D. Windows color (decimal): -1767240 or 12060901. OLE color: 12060901.
HSL color Cylindrical-coordinate representation of color #E508B8: hue angle of 312.22º 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 #E508B8 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 184 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.10 |
| HSL | 312.22º | 0.93% | 0.46% | - |
| HSV(B) | 312.22º | 0.97% | 0.9% | - |
| XYZ | 41.05 | 20.29 | 47.1 | - |
| YUV | 94.14 | 178.72 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 184 | 0 | 0.97 | 0.20 | 0.10 | 312.22 | 0.93 | 0.46 |
| Hex | E5 | 8 | B8 | 0 | 61 | 14 | A | 138 | 5D | 2E |
| Octal | 345 | 10 | 270 | 0 | 141 | 24 | 12 | 470 | 135 | 56 |
| Binary | 11100101 | 1000 | 10111000 | 0 | 1100001 | 10100 | 1010 | 100111000 | 1011101 | 101110 |
Color Harmonies of #E508B8
Complementary color
Monochromatic Colors of #E508B8
Black with #E508B8
Text Example
Text Example
White with #E508B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508B8; }
p { color: rgb(229,8,184); }
H1.HeaderClassName
{
color: #E508B8;
}
.AnyTagClassName
{
color: #E508B8;
}
</style>
background-color css
<style>
a { background-color: #E508B8; }
a { background-color: rgb(229,8,184); }
div.DivClassName
{
background-color: #E508B8;
}
.BgClassName
{
background-color: #E508B8;
}
</style>
border-color css
<style>
span { border-color: #E508B8; }
span { border-color: rgb(229,8,184); }
td.TdClassName
{
border-color: #E508B8;
}
.TagClassName
{
border-color: #E508B8;
}
</style>