Shades of Shocking Pink #E31ACB
Tints of Shocking Pink #E31ACB
RGB
CMYK
RGB Variations
Color information
#E31ACB (or 0xE31ACB) is known color: Shocking Pink. HEX triplet: E3, 1A and CB. RGB value is (227,26,203). Sum of RGB (Red+Green+Blue) = 227+26+203=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ACB is #1CE534. Grayscale: #696969. Windows color (decimal): -1893685 or 13310691. OLE color: 13310691.
HSL color Cylindrical-coordinate representation of color #E31ACB: hue angle of 307.16º 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 #E31ACB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.11 |
| HSL | 307.16º | 0.79% | 0.5% | - |
| HSV(B) | 307.16º | 0.89% | 0.89% | - |
| XYZ | 42.83 | 21.38 | 58.37 | - |
| YUV | 106.28 | 182.59 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 203 | 0 | 0.89 | 0.11 | 0.11 | 307.16 | 0.79 | 0.5 |
| Hex | E3 | 1A | CB | 0 | 59 | B | B | 133 | 4F | 32 |
| Octal | 343 | 32 | 313 | 0 | 131 | 13 | 13 | 463 | 117 | 62 |
| Binary | 11100011 | 11010 | 11001011 | 0 | 1011001 | 1011 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E31ACB
Complementary color
Monochromatic Colors of #E31ACB
Black with #E31ACB
Text Example
Text Example
White with #E31ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ACB; }
p { color: rgb(227,26,203); }
H1.HeaderClassName
{
color: #E31ACB;
}
.AnyTagClassName
{
color: #E31ACB;
}
</style>
background-color css
<style>
a { background-color: #E31ACB; }
a { background-color: rgb(227,26,203); }
div.DivClassName
{
background-color: #E31ACB;
}
.BgClassName
{
background-color: #E31ACB;
}
</style>
border-color css
<style>
span { border-color: #E31ACB; }
span { border-color: rgb(227,26,203); }
td.TdClassName
{
border-color: #E31ACB;
}
.TagClassName
{
border-color: #E31ACB;
}
</style>