Shades of Shocking Pink #E416C2
Tints of Shocking Pink #E416C2
RGB
CMYK
RGB Variations
Color information
#E416C2 (or 0xE416C2) is known color: Shocking Pink. HEX triplet: E4, 16 and C2. RGB value is (228,22,194). Sum of RGB (Red+Green+Blue) = 228+22+194=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E416C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416C2 is #1BE93D. Grayscale: #666666. Windows color (decimal): -1829182 or 12719844. OLE color: 12719844.
HSL color Cylindrical-coordinate representation of color #E416C2: hue angle of 309.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E416C2 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 194 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.11 |
| HSL | 309.9º | 0.82% | 0.49% | - |
| HSV(B) | 309.9º | 0.9% | 0.89% | - |
| XYZ | 42.02 | 20.96 | 52.87 | - |
| YUV | 103.2 | 179.25 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 194 | 0 | 0.90 | 0.15 | 0.11 | 309.9 | 0.82 | 0.49 |
| Hex | E4 | 16 | C2 | 0 | 5A | F | B | 136 | 52 | 31 |
| Octal | 344 | 26 | 302 | 0 | 132 | 17 | 13 | 466 | 122 | 61 |
| Binary | 11100100 | 10110 | 11000010 | 0 | 1011010 | 1111 | 1011 | 100110110 | 1010010 | 110001 |
Color Harmonies of #E416C2
Complementary color
Monochromatic Colors of #E416C2
Black with #E416C2
Text Example
Text Example
White with #E416C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416C2; }
p { color: rgb(228,22,194); }
H1.HeaderClassName
{
color: #E416C2;
}
.AnyTagClassName
{
color: #E416C2;
}
</style>
background-color css
<style>
a { background-color: #E416C2; }
a { background-color: rgb(228,22,194); }
div.DivClassName
{
background-color: #E416C2;
}
.BgClassName
{
background-color: #E416C2;
}
</style>
border-color css
<style>
span { border-color: #E416C2; }
span { border-color: rgb(228,22,194); }
td.TdClassName
{
border-color: #E416C2;
}
.TagClassName
{
border-color: #E416C2;
}
</style>