Shades of Shocking Pink #E31AC3
Tints of Shocking Pink #E31AC3
RGB
CMYK
RGB Variations
Color information
#E31AC3 (or 0xE31AC3) is known color: Shocking Pink. HEX triplet: E3, 1A and C3. RGB value is (227,26,195). Sum of RGB (Red+Green+Blue) = 227+26+195=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E31AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31AC3 is #1CE53C. Grayscale: #686868. Windows color (decimal): -1893693 or 12786403. OLE color: 12786403.
HSL color Cylindrical-coordinate representation of color #E31AC3: hue angle of 309.55º 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 #E31AC3 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 195 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.11 |
| HSL | 309.55º | 0.79% | 0.5% | - |
| HSV(B) | 309.55º | 0.89% | 0.89% | - |
| XYZ | 41.9 | 21.01 | 53.48 | - |
| YUV | 105.37 | 178.59 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 195 | 0 | 0.89 | 0.14 | 0.11 | 309.55 | 0.79 | 0.5 |
| Hex | E3 | 1A | C3 | 0 | 59 | E | B | 136 | 4F | 32 |
| Octal | 343 | 32 | 303 | 0 | 131 | 16 | 13 | 466 | 117 | 62 |
| Binary | 11100011 | 11010 | 11000011 | 0 | 1011001 | 1110 | 1011 | 100110110 | 1001111 | 110010 |
Color Harmonies of #E31AC3
Complementary color
Monochromatic Colors of #E31AC3
Black with #E31AC3
Text Example
Text Example
White with #E31AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31AC3; }
p { color: rgb(227,26,195); }
H1.HeaderClassName
{
color: #E31AC3;
}
.AnyTagClassName
{
color: #E31AC3;
}
</style>
background-color css
<style>
a { background-color: #E31AC3; }
a { background-color: rgb(227,26,195); }
div.DivClassName
{
background-color: #E31AC3;
}
.BgClassName
{
background-color: #E31AC3;
}
</style>
border-color css
<style>
span { border-color: #E31AC3; }
span { border-color: rgb(227,26,195); }
td.TdClassName
{
border-color: #E31AC3;
}
.TagClassName
{
border-color: #E31AC3;
}
</style>