Shades of Spicy Pink #E31DAC
Tints of Spicy Pink #E31DAC
RGB
CMYK
RGB Variations
Color information
#E31DAC (or 0xE31DAC) is known color: Spicy Pink. HEX triplet: E3, 1D and AC. RGB value is (227,29,172). Sum of RGB (Red+Green+Blue) = 227+29+172=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31DAC is #1CE253. Grayscale: #686868. Windows color (decimal): -1892948 or 11279843. OLE color: 11279843.
HSL color Cylindrical-coordinate representation of color #E31DAC: hue angle of 316.67º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31DAC is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 172 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.11 |
| HSL | 316.67º | 0.78% | 0.5% | - |
| HSV(B) | 316.67º | 0.87% | 0.89% | - |
| XYZ | 39.56 | 20.19 | 40.84 | - |
| YUV | 104.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 172 | 0 | 0.87 | 0.24 | 0.11 | 316.67 | 0.78 | 0.5 |
| Hex | E3 | 1D | AC | 0 | 57 | 18 | B | 13D | 4E | 32 |
| Octal | 343 | 35 | 254 | 0 | 127 | 30 | 13 | 475 | 116 | 62 |
| Binary | 11100011 | 11101 | 10101100 | 0 | 1010111 | 11000 | 1011 | 100111101 | 1001110 | 110010 |
Color Harmonies of #E31DAC
Complementary color
Monochromatic Colors of #E31DAC
Black with #E31DAC
Text Example
Text Example
White with #E31DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DAC; }
p { color: rgb(227,29,172); }
H1.HeaderClassName
{
color: #E31DAC;
}
.AnyTagClassName
{
color: #E31DAC;
}
</style>
background-color css
<style>
a { background-color: #E31DAC; }
a { background-color: rgb(227,29,172); }
div.DivClassName
{
background-color: #E31DAC;
}
.BgClassName
{
background-color: #E31DAC;
}
</style>
border-color css
<style>
span { border-color: #E31DAC; }
span { border-color: rgb(227,29,172); }
td.TdClassName
{
border-color: #E31DAC;
}
.TagClassName
{
border-color: #E31DAC;
}
</style>