Shades of Shocking Pink #E40ABB
Tints of Shocking Pink #E40ABB
RGB
CMYK
RGB Variations
Color information
#E40ABB (or 0xE40ABB) is known color: Shocking Pink. HEX triplet: E4, 0A and BB. RGB value is (228,10,187). Sum of RGB (Red+Green+Blue) = 228+10+187=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ABB is #1BF544. Grayscale: #5E5E5E. Windows color (decimal): -1832261 or 12258020. OLE color: 12258020.
HSL color Cylindrical-coordinate representation of color #E40ABB: hue angle of 311.28º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40ABB is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.11 |
| HSL | 311.28º | 0.92% | 0.47% | - |
| HSV(B) | 311.28º | 0.96% | 0.89% | - |
| XYZ | 41.07 | 20.3 | 48.77 | - |
| YUV | 95.36 | 179.72 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 187 | 0 | 0.96 | 0.18 | 0.11 | 311.28 | 0.92 | 0.47 |
| Hex | E4 | A | BB | 0 | 60 | 12 | B | 137 | 5C | 2F |
| Octal | 344 | 12 | 273 | 0 | 140 | 22 | 13 | 467 | 134 | 57 |
| Binary | 11100100 | 1010 | 10111011 | 0 | 1100000 | 10010 | 1011 | 100110111 | 1011100 | 101111 |
Color Harmonies of #E40ABB
Complementary color
Monochromatic Colors of #E40ABB
Black with #E40ABB
Text Example
Text Example
White with #E40ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ABB; }
p { color: rgb(228,10,187); }
H1.HeaderClassName
{
color: #E40ABB;
}
.AnyTagClassName
{
color: #E40ABB;
}
</style>
background-color css
<style>
a { background-color: #E40ABB; }
a { background-color: rgb(228,10,187); }
div.DivClassName
{
background-color: #E40ABB;
}
.BgClassName
{
background-color: #E40ABB;
}
</style>
border-color css
<style>
span { border-color: #E40ABB; }
span { border-color: rgb(228,10,187); }
td.TdClassName
{
border-color: #E40ABB;
}
.TagClassName
{
border-color: #E40ABB;
}
</style>