Shades of Shocking Pink #E40AB6
Tints of Shocking Pink #E40AB6
RGB
CMYK
RGB Variations
Color information
#E40AB6 (or 0xE40AB6) is known color: Shocking Pink. HEX triplet: E4, 0A and B6. RGB value is (228,10,182). Sum of RGB (Red+Green+Blue) = 228+10+182=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E40AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40AB6 is #1BF549. Grayscale: #5E5E5E. Windows color (decimal): -1832266 or 11930340. OLE color: 11930340.
HSL color Cylindrical-coordinate representation of color #E40AB6: hue angle of 312.66º 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 #E40AB6 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 182 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.11 |
| HSL | 312.66º | 0.92% | 0.47% | - |
| HSV(B) | 312.66º | 0.96% | 0.89% | - |
| XYZ | 40.55 | 20.09 | 46 | - |
| YUV | 94.79 | 177.22 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 182 | 0 | 0.96 | 0.20 | 0.11 | 312.66 | 0.92 | 0.47 |
| Hex | E4 | A | B6 | 0 | 60 | 14 | B | 139 | 5C | 2F |
| Octal | 344 | 12 | 266 | 0 | 140 | 24 | 13 | 471 | 134 | 57 |
| Binary | 11100100 | 1010 | 10110110 | 0 | 1100000 | 10100 | 1011 | 100111001 | 1011100 | 101111 |
Color Harmonies of #E40AB6
Complementary color
Monochromatic Colors of #E40AB6
Black with #E40AB6
Text Example
Text Example
White with #E40AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40AB6; }
p { color: rgb(228,10,182); }
H1.HeaderClassName
{
color: #E40AB6;
}
.AnyTagClassName
{
color: #E40AB6;
}
</style>
background-color css
<style>
a { background-color: #E40AB6; }
a { background-color: rgb(228,10,182); }
div.DivClassName
{
background-color: #E40AB6;
}
.BgClassName
{
background-color: #E40AB6;
}
</style>
border-color css
<style>
span { border-color: #E40AB6; }
span { border-color: rgb(228,10,182); }
td.TdClassName
{
border-color: #E40AB6;
}
.TagClassName
{
border-color: #E40AB6;
}
</style>