Shades of Shocking Pink #E412BD
Tints of Shocking Pink #E412BD
RGB
CMYK
RGB Variations
Color information
#E412BD (or 0xE412BD) is known color: Shocking Pink. HEX triplet: E4, 12 and BD. RGB value is (228,18,189). Sum of RGB (Red+Green+Blue) = 228+18+189=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E412BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E412BD is #1BED42. Grayscale: #636363. Windows color (decimal): -1830211 or 12391140. OLE color: 12391140.
HSL color Cylindrical-coordinate representation of color #E412BD: hue angle of 311.14º 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 #E412BD is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 189 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.11 |
| HSL | 311.14º | 0.85% | 0.48% | - |
| HSV(B) | 311.14º | 0.92% | 0.89% | - |
| XYZ | 41.4 | 20.6 | 49.94 | - |
| YUV | 100.28 | 178.07 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 189 | 0 | 0.92 | 0.17 | 0.11 | 311.14 | 0.85 | 0.48 |
| Hex | E4 | 12 | BD | 0 | 5C | 11 | B | 137 | 55 | 30 |
| Octal | 344 | 22 | 275 | 0 | 134 | 21 | 13 | 467 | 125 | 60 |
| Binary | 11100100 | 10010 | 10111101 | 0 | 1011100 | 10001 | 1011 | 100110111 | 1010101 | 110000 |
Color Harmonies of #E412BD
Complementary color
Monochromatic Colors of #E412BD
Black with #E412BD
Text Example
Text Example
White with #E412BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E412BD; }
p { color: rgb(228,18,189); }
H1.HeaderClassName
{
color: #E412BD;
}
.AnyTagClassName
{
color: #E412BD;
}
</style>
background-color css
<style>
a { background-color: #E412BD; }
a { background-color: rgb(228,18,189); }
div.DivClassName
{
background-color: #E412BD;
}
.BgClassName
{
background-color: #E412BD;
}
</style>
border-color css
<style>
span { border-color: #E412BD; }
span { border-color: rgb(228,18,189); }
td.TdClassName
{
border-color: #E412BD;
}
.TagClassName
{
border-color: #E412BD;
}
</style>