Shades of Shocking Pink #E31ABC
Tints of Shocking Pink #E31ABC
RGB
CMYK
RGB Variations
Color information
#E31ABC (or 0xE31ABC) is known color: Shocking Pink. HEX triplet: E3, 1A and BC. RGB value is (227,26,188). Sum of RGB (Red+Green+Blue) = 227+26+188=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ABC is #1CE543. Grayscale: #686868. Windows color (decimal): -1893700 or 12327651. OLE color: 12327651.
HSL color Cylindrical-coordinate representation of color #E31ABC: hue angle of 311.64º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31ABC is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 188 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.11 |
| HSL | 311.64º | 0.79% | 0.5% | - |
| HSV(B) | 311.64º | 0.89% | 0.89% | - |
| XYZ | 41.13 | 20.7 | 49.41 | - |
| YUV | 104.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 188 | 0 | 0.89 | 0.17 | 0.11 | 311.64 | 0.79 | 0.5 |
| Hex | E3 | 1A | BC | 0 | 59 | 11 | B | 138 | 4F | 32 |
| Octal | 343 | 32 | 274 | 0 | 131 | 21 | 13 | 470 | 117 | 62 |
| Binary | 11100011 | 11010 | 10111100 | 0 | 1011001 | 10001 | 1011 | 100111000 | 1001111 | 110010 |
Color Harmonies of #E31ABC
Complementary color
Monochromatic Colors of #E31ABC
Black with #E31ABC
Text Example
Text Example
White with #E31ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ABC; }
p { color: rgb(227,26,188); }
H1.HeaderClassName
{
color: #E31ABC;
}
.AnyTagClassName
{
color: #E31ABC;
}
</style>
background-color css
<style>
a { background-color: #E31ABC; }
a { background-color: rgb(227,26,188); }
div.DivClassName
{
background-color: #E31ABC;
}
.BgClassName
{
background-color: #E31ABC;
}
</style>
border-color css
<style>
span { border-color: #E31ABC; }
span { border-color: rgb(227,26,188); }
td.TdClassName
{
border-color: #E31ABC;
}
.TagClassName
{
border-color: #E31ABC;
}
</style>