Shades of Shocking Pink #E416BD
Tints of Shocking Pink #E416BD
RGB
CMYK
RGB Variations
Color information
#E416BD (or 0xE416BD) is known color: Shocking Pink. HEX triplet: E4, 16 and BD. RGB value is (228,22,189). Sum of RGB (Red+Green+Blue) = 228+22+189=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E416BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E416BD is #1BE942. Grayscale: #666666. Windows color (decimal): -1829187 or 12392164. OLE color: 12392164.
HSL color Cylindrical-coordinate representation of color #E416BD: hue angle of 311.36º 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 #E416BD is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.11 |
| HSL | 311.36º | 0.82% | 0.49% | - |
| HSV(B) | 311.36º | 0.9% | 0.89% | - |
| XYZ | 41.47 | 20.74 | 49.96 | - |
| YUV | 102.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 189 | 0 | 0.90 | 0.17 | 0.11 | 311.36 | 0.82 | 0.49 |
| Hex | E4 | 16 | BD | 0 | 5A | 11 | B | 137 | 52 | 31 |
| Octal | 344 | 26 | 275 | 0 | 132 | 21 | 13 | 467 | 122 | 61 |
| Binary | 11100100 | 10110 | 10111101 | 0 | 1011010 | 10001 | 1011 | 100110111 | 1010010 | 110001 |
Color Harmonies of #E416BD
Complementary color
Monochromatic Colors of #E416BD
Black with #E416BD
Text Example
Text Example
White with #E416BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416BD; }
p { color: rgb(228,22,189); }
H1.HeaderClassName
{
color: #E416BD;
}
.AnyTagClassName
{
color: #E416BD;
}
</style>
background-color css
<style>
a { background-color: #E416BD; }
a { background-color: rgb(228,22,189); }
div.DivClassName
{
background-color: #E416BD;
}
.BgClassName
{
background-color: #E416BD;
}
</style>
border-color css
<style>
span { border-color: #E416BD; }
span { border-color: rgb(228,22,189); }
td.TdClassName
{
border-color: #E416BD;
}
.TagClassName
{
border-color: #E416BD;
}
</style>