Shades of Spicy Pink #E324AF
Tints of Spicy Pink #E324AF
RGB
CMYK
RGB Variations
Color information
#E324AF (or 0xE324AF) is known color: Spicy Pink. HEX triplet: E3, 24 and AF. RGB value is (227,36,175). Sum of RGB (Red+Green+Blue) = 227+36+175=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E324AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E324AF is #1CDB50. Grayscale: #6C6C6C. Windows color (decimal): -1891153 or 11478243. OLE color: 11478243.
HSL color Cylindrical-coordinate representation of color #E324AF: hue angle of 316.34º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E324AF is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 175 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.11 |
| HSL | 316.34º | 0.77% | 0.52% | - |
| HSV(B) | 316.34º | 0.84% | 0.89% | - |
| XYZ | 40.05 | 20.69 | 42.44 | - |
| YUV | 108.96 | 165.28 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 175 | 0 | 0.84 | 0.23 | 0.11 | 316.34 | 0.77 | 0.52 |
| Hex | E3 | 24 | AF | 0 | 54 | 17 | B | 13C | 4D | 34 |
| Octal | 343 | 44 | 257 | 0 | 124 | 27 | 13 | 474 | 115 | 64 |
| Binary | 11100011 | 100100 | 10101111 | 0 | 1010100 | 10111 | 1011 | 100111100 | 1001101 | 110100 |
Color Harmonies of #E324AF
Complementary color
Monochromatic Colors of #E324AF
Black with #E324AF
Text Example
Text Example
White with #E324AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324AF; }
p { color: rgb(227,36,175); }
H1.HeaderClassName
{
color: #E324AF;
}
.AnyTagClassName
{
color: #E324AF;
}
</style>
background-color css
<style>
a { background-color: #E324AF; }
a { background-color: rgb(227,36,175); }
div.DivClassName
{
background-color: #E324AF;
}
.BgClassName
{
background-color: #E324AF;
}
</style>
border-color css
<style>
span { border-color: #E324AF; }
span { border-color: rgb(227,36,175); }
td.TdClassName
{
border-color: #E324AF;
}
.TagClassName
{
border-color: #E324AF;
}
</style>