Shades of Shocking Pink #E31ACD
Tints of Shocking Pink #E31ACD
RGB
CMYK
RGB Variations
Color information
#E31ACD (or 0xE31ACD) is known color: Shocking Pink. HEX triplet: E3, 1A and CD. RGB value is (227,26,205). Sum of RGB (Red+Green+Blue) = 227+26+205=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E31ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31ACD is #1CE532. Grayscale: #696969. Windows color (decimal): -1893683 or 13441763. OLE color: 13441763.
HSL color Cylindrical-coordinate representation of color #E31ACD: hue angle of 306.57º 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 #E31ACD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 205 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.11 |
| HSL | 306.57º | 0.79% | 0.5% | - |
| HSV(B) | 306.57º | 0.89% | 0.89% | - |
| XYZ | 43.07 | 21.48 | 59.63 | - |
| YUV | 106.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 205 | 0 | 0.89 | 0.10 | 0.11 | 306.57 | 0.79 | 0.5 |
| Hex | E3 | 1A | CD | 0 | 59 | A | B | 133 | 4F | 32 |
| Octal | 343 | 32 | 315 | 0 | 131 | 12 | 13 | 463 | 117 | 62 |
| Binary | 11100011 | 11010 | 11001101 | 0 | 1011001 | 1010 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E31ACD
Complementary color
Monochromatic Colors of #E31ACD
Black with #E31ACD
Text Example
Text Example
White with #E31ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31ACD; }
p { color: rgb(227,26,205); }
H1.HeaderClassName
{
color: #E31ACD;
}
.AnyTagClassName
{
color: #E31ACD;
}
</style>
background-color css
<style>
a { background-color: #E31ACD; }
a { background-color: rgb(227,26,205); }
div.DivClassName
{
background-color: #E31ACD;
}
.BgClassName
{
background-color: #E31ACD;
}
</style>
border-color css
<style>
span { border-color: #E31ACD; }
span { border-color: rgb(227,26,205); }
td.TdClassName
{
border-color: #E31ACD;
}
.TagClassName
{
border-color: #E31ACD;
}
</style>