Shades of Spicy Pink #E322AF
Tints of Spicy Pink #E322AF
RGB
CMYK
RGB Variations
Color information
#E322AF (or 0xE322AF) is known color: Spicy Pink. HEX triplet: E3, 22 and AF. RGB value is (227,34,175). Sum of RGB (Red+Green+Blue) = 227+34+175=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E322AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E322AF is #1CDD50. Grayscale: #6B6B6B. Windows color (decimal): -1891665 or 11477731. OLE color: 11477731.
HSL color Cylindrical-coordinate representation of color #E322AF: hue angle of 316.17º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E322AF is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 175 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.11 |
| HSL | 316.17º | 0.78% | 0.51% | - |
| HSV(B) | 316.17º | 0.85% | 0.89% | - |
| XYZ | 39.99 | 20.57 | 42.42 | - |
| YUV | 107.78 | 165.94 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 175 | 0 | 0.85 | 0.23 | 0.11 | 316.17 | 0.78 | 0.51 |
| Hex | E3 | 22 | AF | 0 | 55 | 17 | B | 13C | 4E | 33 |
| Octal | 343 | 42 | 257 | 0 | 125 | 27 | 13 | 474 | 116 | 63 |
| Binary | 11100011 | 100010 | 10101111 | 0 | 1010101 | 10111 | 1011 | 100111100 | 1001110 | 110011 |
Color Harmonies of #E322AF
Complementary color
Monochromatic Colors of #E322AF
Black with #E322AF
Text Example
Text Example
White with #E322AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E322AF; }
p { color: rgb(227,34,175); }
H1.HeaderClassName
{
color: #E322AF;
}
.AnyTagClassName
{
color: #E322AF;
}
</style>
background-color css
<style>
a { background-color: #E322AF; }
a { background-color: rgb(227,34,175); }
div.DivClassName
{
background-color: #E322AF;
}
.BgClassName
{
background-color: #E322AF;
}
</style>
border-color css
<style>
span { border-color: #E322AF; }
span { border-color: rgb(227,34,175); }
td.TdClassName
{
border-color: #E322AF;
}
.TagClassName
{
border-color: #E322AF;
}
</style>