Shades of Shocking Pink #E408C1
Tints of Shocking Pink #E408C1
RGB
CMYK
RGB Variations
Color information
#E408C1 (or 0xE408C1) is known color: Shocking Pink. HEX triplet: E4, 08 and C1. RGB value is (228,8,193). Sum of RGB (Red+Green+Blue) = 228+8+193=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E408C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408C1 is #1BF73E. Grayscale: #5E5E5E. Windows color (decimal): -1832767 or 12650724. OLE color: 12650724.
HSL color Cylindrical-coordinate representation of color #E408C1: hue angle of 309.55º 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 #E408C1 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 193 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.11 |
| HSL | 309.55º | 0.93% | 0.46% | - |
| HSV(B) | 309.55º | 0.96% | 0.89% | - |
| XYZ | 41.71 | 20.52 | 52.21 | - |
| YUV | 94.87 | 183.39 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 193 | 0 | 0.96 | 0.15 | 0.11 | 309.55 | 0.93 | 0.46 |
| Hex | E4 | 8 | C1 | 0 | 60 | F | B | 136 | 5D | 2E |
| Octal | 344 | 10 | 301 | 0 | 140 | 17 | 13 | 466 | 135 | 56 |
| Binary | 11100100 | 1000 | 11000001 | 0 | 1100000 | 1111 | 1011 | 100110110 | 1011101 | 101110 |
Color Harmonies of #E408C1
Complementary color
Monochromatic Colors of #E408C1
Black with #E408C1
Text Example
Text Example
White with #E408C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408C1; }
p { color: rgb(228,8,193); }
H1.HeaderClassName
{
color: #E408C1;
}
.AnyTagClassName
{
color: #E408C1;
}
</style>
background-color css
<style>
a { background-color: #E408C1; }
a { background-color: rgb(228,8,193); }
div.DivClassName
{
background-color: #E408C1;
}
.BgClassName
{
background-color: #E408C1;
}
</style>
border-color css
<style>
span { border-color: #E408C1; }
span { border-color: rgb(228,8,193); }
td.TdClassName
{
border-color: #E408C1;
}
.TagClassName
{
border-color: #E408C1;
}
</style>