Shades of Shocking Pink #E410CA
Tints of Shocking Pink #E410CA
RGB
CMYK
RGB Variations
Color information
#E410CA (or 0xE410CA) is known color: Shocking Pink. HEX triplet: E4, 10 and CA. RGB value is (228,16,202). Sum of RGB (Red+Green+Blue) = 228+16+202=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E410CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E410CA is #1BEF35. Grayscale: #646464. Windows color (decimal): -1830710 or 13242596. OLE color: 13242596.
HSL color Cylindrical-coordinate representation of color #E410CA: hue angle of 307.36º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E410CA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.11 |
| HSL | 307.36º | 0.87% | 0.48% | - |
| HSV(B) | 307.36º | 0.93% | 0.89% | - |
| XYZ | 42.84 | 21.13 | 57.7 | - |
| YUV | 100.59 | 185.24 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 202 | 0 | 0.93 | 0.11 | 0.11 | 307.36 | 0.87 | 0.48 |
| Hex | E4 | 10 | CA | 0 | 5D | B | B | 133 | 57 | 30 |
| Octal | 344 | 20 | 312 | 0 | 135 | 13 | 13 | 463 | 127 | 60 |
| Binary | 11100100 | 10000 | 11001010 | 0 | 1011101 | 1011 | 1011 | 100110011 | 1010111 | 110000 |
Color Harmonies of #E410CA
Complementary color
Monochromatic Colors of #E410CA
Black with #E410CA
Text Example
Text Example
White with #E410CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E410CA; }
p { color: rgb(228,16,202); }
H1.HeaderClassName
{
color: #E410CA;
}
.AnyTagClassName
{
color: #E410CA;
}
</style>
background-color css
<style>
a { background-color: #E410CA; }
a { background-color: rgb(228,16,202); }
div.DivClassName
{
background-color: #E410CA;
}
.BgClassName
{
background-color: #E410CA;
}
</style>
border-color css
<style>
span { border-color: #E410CA; }
span { border-color: rgb(228,16,202); }
td.TdClassName
{
border-color: #E410CA;
}
.TagClassName
{
border-color: #E410CA;
}
</style>