Shades of Shocking Pink #E40ABC
Tints of Shocking Pink #E40ABC
RGB
CMYK
RGB Variations
Color information
#E40ABC (or 0xE40ABC) is known color: Shocking Pink. HEX triplet: E4, 0A and BC. RGB value is (228,10,188). Sum of RGB (Red+Green+Blue) = 228+10+188=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ABC is #1BF543. Grayscale: #5E5E5E. Windows color (decimal): -1832260 or 12323556. OLE color: 12323556.
HSL color Cylindrical-coordinate representation of color #E40ABC: hue angle of 311.01º 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 #E40ABC is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.11 |
| HSL | 311.01º | 0.92% | 0.47% | - |
| HSV(B) | 311.01º | 0.96% | 0.89% | - |
| XYZ | 41.18 | 20.34 | 49.33 | - |
| YUV | 95.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 188 | 0 | 0.96 | 0.18 | 0.11 | 311.01 | 0.92 | 0.47 |
| Hex | E4 | A | BC | 0 | 60 | 12 | B | 137 | 5C | 2F |
| Octal | 344 | 12 | 274 | 0 | 140 | 22 | 13 | 467 | 134 | 57 |
| Binary | 11100100 | 1010 | 10111100 | 0 | 1100000 | 10010 | 1011 | 100110111 | 1011100 | 101111 |
Color Harmonies of #E40ABC
Complementary color
Monochromatic Colors of #E40ABC
Black with #E40ABC
Text Example
Text Example
White with #E40ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ABC; }
p { color: rgb(228,10,188); }
H1.HeaderClassName
{
color: #E40ABC;
}
.AnyTagClassName
{
color: #E40ABC;
}
</style>
background-color css
<style>
a { background-color: #E40ABC; }
a { background-color: rgb(228,10,188); }
div.DivClassName
{
background-color: #E40ABC;
}
.BgClassName
{
background-color: #E40ABC;
}
</style>
border-color css
<style>
span { border-color: #E40ABC; }
span { border-color: rgb(228,10,188); }
td.TdClassName
{
border-color: #E40ABC;
}
.TagClassName
{
border-color: #E40ABC;
}
</style>