Shades of Shocking Pink #E412CD
Tints of Shocking Pink #E412CD
RGB
CMYK
RGB Variations
Color information
#E412CD (or 0xE412CD) is known color: Shocking Pink. HEX triplet: E4, 12 and CD. RGB value is (228,18,205). Sum of RGB (Red+Green+Blue) = 228+18+205=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E412CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E412CD is #1BED32. Grayscale: #656565. Windows color (decimal): -1830195 or 13439716. OLE color: 13439716.
HSL color Cylindrical-coordinate representation of color #E412CD: hue angle of 306.57º 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 #E412CD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.11 |
| HSL | 306.57º | 0.85% | 0.48% | - |
| HSV(B) | 306.57º | 0.92% | 0.89% | - |
| XYZ | 43.23 | 21.33 | 59.6 | - |
| YUV | 102.11 | 186.07 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 205 | 0 | 0.92 | 0.10 | 0.11 | 306.57 | 0.85 | 0.48 |
| Hex | E4 | 12 | CD | 0 | 5C | A | B | 133 | 55 | 30 |
| Octal | 344 | 22 | 315 | 0 | 134 | 12 | 13 | 463 | 125 | 60 |
| Binary | 11100100 | 10010 | 11001101 | 0 | 1011100 | 1010 | 1011 | 100110011 | 1010101 | 110000 |
Color Harmonies of #E412CD
Complementary color
Monochromatic Colors of #E412CD
Black with #E412CD
Text Example
Text Example
White with #E412CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E412CD; }
p { color: rgb(228,18,205); }
H1.HeaderClassName
{
color: #E412CD;
}
.AnyTagClassName
{
color: #E412CD;
}
</style>
background-color css
<style>
a { background-color: #E412CD; }
a { background-color: rgb(228,18,205); }
div.DivClassName
{
background-color: #E412CD;
}
.BgClassName
{
background-color: #E412CD;
}
</style>
border-color css
<style>
span { border-color: #E412CD; }
span { border-color: rgb(228,18,205); }
td.TdClassName
{
border-color: #E412CD;
}
.TagClassName
{
border-color: #E412CD;
}
</style>