Shades of Shocking Pink #E416CA
Tints of Shocking Pink #E416CA
RGB
CMYK
RGB Variations
Color information
#E416CA (or 0xE416CA) is known color: Shocking Pink. HEX triplet: E4, 16 and CA. RGB value is (228,22,202). Sum of RGB (Red+Green+Blue) = 228+22+202=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E416CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416CA is #1BE935. Grayscale: #676767. Windows color (decimal): -1829174 or 13244132. OLE color: 13244132.
HSL color Cylindrical-coordinate representation of color #E416CA: hue angle of 307.57º 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 #E416CA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.11 |
| HSL | 307.57º | 0.82% | 0.49% | - |
| HSV(B) | 307.57º | 0.9% | 0.89% | - |
| XYZ | 42.94 | 21.33 | 57.73 | - |
| YUV | 104.11 | 183.25 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 202 | 0 | 0.90 | 0.11 | 0.11 | 307.57 | 0.82 | 0.49 |
| Hex | E4 | 16 | CA | 0 | 5A | B | B | 134 | 52 | 31 |
| Octal | 344 | 26 | 312 | 0 | 132 | 13 | 13 | 464 | 122 | 61 |
| Binary | 11100100 | 10110 | 11001010 | 0 | 1011010 | 1011 | 1011 | 100110100 | 1010010 | 110001 |
Color Harmonies of #E416CA
Complementary color
Monochromatic Colors of #E416CA
Black with #E416CA
Text Example
Text Example
White with #E416CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416CA; }
p { color: rgb(228,22,202); }
H1.HeaderClassName
{
color: #E416CA;
}
.AnyTagClassName
{
color: #E416CA;
}
</style>
background-color css
<style>
a { background-color: #E416CA; }
a { background-color: rgb(228,22,202); }
div.DivClassName
{
background-color: #E416CA;
}
.BgClassName
{
background-color: #E416CA;
}
</style>
border-color css
<style>
span { border-color: #E416CA; }
span { border-color: rgb(228,22,202); }
td.TdClassName
{
border-color: #E416CA;
}
.TagClassName
{
border-color: #E416CA;
}
</style>