Shades of Shocking Pink #E417BA
Tints of Shocking Pink #E417BA
RGB
CMYK
RGB Variations
Color information
#E417BA (or 0xE417BA) is known color: Shocking Pink. HEX triplet: E4, 17 and BA. RGB value is (228,23,186). Sum of RGB (Red+Green+Blue) = 228+23+186=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E417BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E417BA is #1BE845. Grayscale: #666666. Windows color (decimal): -1828934 or 12195812. OLE color: 12195812.
HSL color Cylindrical-coordinate representation of color #E417BA: hue angle of 312.29º 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 #E417BA is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 186 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.11 |
| HSL | 312.29º | 0.82% | 0.49% | - |
| HSV(B) | 312.29º | 0.9% | 0.89% | - |
| XYZ | 41.16 | 20.65 | 48.27 | - |
| YUV | 102.88 | 174.92 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 186 | 0 | 0.90 | 0.18 | 0.11 | 312.29 | 0.82 | 0.49 |
| Hex | E4 | 17 | BA | 0 | 5A | 12 | B | 138 | 52 | 31 |
| Octal | 344 | 27 | 272 | 0 | 132 | 22 | 13 | 470 | 122 | 61 |
| Binary | 11100100 | 10111 | 10111010 | 0 | 1011010 | 10010 | 1011 | 100111000 | 1010010 | 110001 |
Color Harmonies of #E417BA
Complementary color
Monochromatic Colors of #E417BA
Black with #E417BA
Text Example
Text Example
White with #E417BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E417BA; }
p { color: rgb(228,23,186); }
H1.HeaderClassName
{
color: #E417BA;
}
.AnyTagClassName
{
color: #E417BA;
}
</style>
background-color css
<style>
a { background-color: #E417BA; }
a { background-color: rgb(228,23,186); }
div.DivClassName
{
background-color: #E417BA;
}
.BgClassName
{
background-color: #E417BA;
}
</style>
border-color css
<style>
span { border-color: #E417BA; }
span { border-color: rgb(228,23,186); }
td.TdClassName
{
border-color: #E417BA;
}
.TagClassName
{
border-color: #E417BA;
}
</style>