Shades of Shocking Pink #E409BA
Tints of Shocking Pink #E409BA
RGB
CMYK
RGB Variations
Color information
#E409BA (or 0xE409BA) is known color: Shocking Pink. HEX triplet: E4, 09 and BA. RGB value is (228,9,186). Sum of RGB (Red+Green+Blue) = 228+9+186=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E409BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409BA is #1BF645. Grayscale: #5E5E5E. Windows color (decimal): -1832518 or 12192228. OLE color: 12192228.
HSL color Cylindrical-coordinate representation of color #E409BA: hue angle of 311.51º 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 #E409BA is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.11 |
| HSL | 311.51º | 0.92% | 0.46% | - |
| HSV(B) | 311.51º | 0.96% | 0.89% | - |
| XYZ | 40.96 | 20.23 | 48.2 | - |
| YUV | 94.66 | 179.55 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 186 | 0 | 0.96 | 0.18 | 0.11 | 311.51 | 0.92 | 0.46 |
| Hex | E4 | 9 | BA | 0 | 60 | 12 | B | 138 | 5C | 2E |
| Octal | 344 | 11 | 272 | 0 | 140 | 22 | 13 | 470 | 134 | 56 |
| Binary | 11100100 | 1001 | 10111010 | 0 | 1100000 | 10010 | 1011 | 100111000 | 1011100 | 101110 |
Color Harmonies of #E409BA
Complementary color
Monochromatic Colors of #E409BA
Black with #E409BA
Text Example
Text Example
White with #E409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409BA; }
p { color: rgb(228,9,186); }
H1.HeaderClassName
{
color: #E409BA;
}
.AnyTagClassName
{
color: #E409BA;
}
</style>
background-color css
<style>
a { background-color: #E409BA; }
a { background-color: rgb(228,9,186); }
div.DivClassName
{
background-color: #E409BA;
}
.BgClassName
{
background-color: #E409BA;
}
</style>
border-color css
<style>
span { border-color: #E409BA; }
span { border-color: rgb(228,9,186); }
td.TdClassName
{
border-color: #E409BA;
}
.TagClassName
{
border-color: #E409BA;
}
</style>