Shades of Shocking Pink #E412C9
Tints of Shocking Pink #E412C9
RGB
CMYK
RGB Variations
Color information
#E412C9 (or 0xE412C9) is known color: Shocking Pink. HEX triplet: E4, 12 and C9. RGB value is (228,18,201). Sum of RGB (Red+Green+Blue) = 228+18+201=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E412C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E412C9 is #1BED36. Grayscale: #656565. Windows color (decimal): -1830199 or 13177572. OLE color: 13177572.
HSL color Cylindrical-coordinate representation of color #E412C9: hue angle of 307.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E412C9 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 201 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.11 |
| HSL | 307.71º | 0.85% | 0.48% | - |
| HSV(B) | 307.71º | 0.92% | 0.89% | - |
| XYZ | 42.75 | 21.14 | 57.09 | - |
| YUV | 101.65 | 184.07 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 201 | 0 | 0.92 | 0.12 | 0.11 | 307.71 | 0.85 | 0.48 |
| Hex | E4 | 12 | C9 | 0 | 5C | C | B | 134 | 55 | 30 |
| Octal | 344 | 22 | 311 | 0 | 134 | 14 | 13 | 464 | 125 | 60 |
| Binary | 11100100 | 10010 | 11001001 | 0 | 1011100 | 1100 | 1011 | 100110100 | 1010101 | 110000 |
Color Harmonies of #E412C9
Complementary color
Monochromatic Colors of #E412C9
Black with #E412C9
Text Example
Text Example
White with #E412C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E412C9; }
p { color: rgb(228,18,201); }
H1.HeaderClassName
{
color: #E412C9;
}
.AnyTagClassName
{
color: #E412C9;
}
</style>
background-color css
<style>
a { background-color: #E412C9; }
a { background-color: rgb(228,18,201); }
div.DivClassName
{
background-color: #E412C9;
}
.BgClassName
{
background-color: #E412C9;
}
</style>
border-color css
<style>
span { border-color: #E412C9; }
span { border-color: rgb(228,18,201); }
td.TdClassName
{
border-color: #E412C9;
}
.TagClassName
{
border-color: #E412C9;
}
</style>