Shades of Shocking Pink #E409BD
Tints of Shocking Pink #E409BD
RGB
CMYK
RGB Variations
Color information
#E409BD (or 0xE409BD) is known color: Shocking Pink. HEX triplet: E4, 09 and BD. RGB value is (228,9,189). Sum of RGB (Red+Green+Blue) = 228+9+189=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E409BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409BD is #1BF642. Grayscale: #5E5E5E. Windows color (decimal): -1832515 or 12388836. OLE color: 12388836.
HSL color Cylindrical-coordinate representation of color #E409BD: hue angle of 310.68º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E409BD is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.11 |
| HSL | 310.68º | 0.92% | 0.46% | - |
| HSV(B) | 310.68º | 0.96% | 0.89% | - |
| XYZ | 41.28 | 20.36 | 49.9 | - |
| YUV | 95 | 181.05 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 189 | 0 | 0.96 | 0.17 | 0.11 | 310.68 | 0.92 | 0.46 |
| Hex | E4 | 9 | BD | 0 | 60 | 11 | B | 137 | 5C | 2E |
| Octal | 344 | 11 | 275 | 0 | 140 | 21 | 13 | 467 | 134 | 56 |
| Binary | 11100100 | 1001 | 10111101 | 0 | 1100000 | 10001 | 1011 | 100110111 | 1011100 | 101110 |
Color Harmonies of #E409BD
Complementary color
Monochromatic Colors of #E409BD
Black with #E409BD
Text Example
Text Example
White with #E409BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409BD; }
p { color: rgb(228,9,189); }
H1.HeaderClassName
{
color: #E409BD;
}
.AnyTagClassName
{
color: #E409BD;
}
</style>
background-color css
<style>
a { background-color: #E409BD; }
a { background-color: rgb(228,9,189); }
div.DivClassName
{
background-color: #E409BD;
}
.BgClassName
{
background-color: #E409BD;
}
</style>
border-color css
<style>
span { border-color: #E409BD; }
span { border-color: rgb(228,9,189); }
td.TdClassName
{
border-color: #E409BD;
}
.TagClassName
{
border-color: #E409BD;
}
</style>