Shades of Shocking Pink #E408B5
Tints of Shocking Pink #E408B5
RGB
CMYK
RGB Variations
Color information
#E408B5 (or 0xE408B5) is known color: Shocking Pink. HEX triplet: E4, 08 and B5. RGB value is (228,8,181). Sum of RGB (Red+Green+Blue) = 228+8+181=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E408B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408B5 is #1BF74A. Grayscale: #5D5D5D. Windows color (decimal): -1832779 or 11864292. OLE color: 11864292.
HSL color Cylindrical-coordinate representation of color #E408B5: hue angle of 312.82º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E408B5 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 181 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.11 |
| HSL | 312.82º | 0.93% | 0.46% | - |
| HSV(B) | 312.82º | 0.96% | 0.89% | - |
| XYZ | 40.42 | 20 | 45.45 | - |
| YUV | 93.5 | 177.39 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 181 | 0 | 0.96 | 0.21 | 0.11 | 312.82 | 0.93 | 0.46 |
| Hex | E4 | 8 | B5 | 0 | 60 | 15 | B | 139 | 5D | 2E |
| Octal | 344 | 10 | 265 | 0 | 140 | 25 | 13 | 471 | 135 | 56 |
| Binary | 11100100 | 1000 | 10110101 | 0 | 1100000 | 10101 | 1011 | 100111001 | 1011101 | 101110 |
Color Harmonies of #E408B5
Complementary color
Monochromatic Colors of #E408B5
Black with #E408B5
Text Example
Text Example
White with #E408B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408B5; }
p { color: rgb(228,8,181); }
H1.HeaderClassName
{
color: #E408B5;
}
.AnyTagClassName
{
color: #E408B5;
}
</style>
background-color css
<style>
a { background-color: #E408B5; }
a { background-color: rgb(228,8,181); }
div.DivClassName
{
background-color: #E408B5;
}
.BgClassName
{
background-color: #E408B5;
}
</style>
border-color css
<style>
span { border-color: #E408B5; }
span { border-color: rgb(228,8,181); }
td.TdClassName
{
border-color: #E408B5;
}
.TagClassName
{
border-color: #E408B5;
}
</style>