Shades of Spicy Pink #E422AF
Tints of Spicy Pink #E422AF
RGB
CMYK
RGB Variations
Color information
#E422AF (or 0xE422AF) is known color: Spicy Pink. HEX triplet: E4, 22 and AF. RGB value is (228,34,175). Sum of RGB (Red+Green+Blue) = 228+34+175=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E422AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E422AF is #1BDD50. Grayscale: #6B6B6B. Windows color (decimal): -1826129 or 11477732. OLE color: 11477732.
HSL color Cylindrical-coordinate representation of color #E422AF: hue angle of 316.39º 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 #E422AF is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 175 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.11 |
| HSL | 316.39º | 0.78% | 0.51% | - |
| HSV(B) | 316.39º | 0.85% | 0.89% | - |
| XYZ | 40.3 | 20.73 | 42.44 | - |
| YUV | 108.08 | 165.77 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 175 | 0 | 0.85 | 0.23 | 0.11 | 316.39 | 0.78 | 0.51 |
| Hex | E4 | 22 | AF | 0 | 55 | 17 | B | 13C | 4E | 33 |
| Octal | 344 | 42 | 257 | 0 | 125 | 27 | 13 | 474 | 116 | 63 |
| Binary | 11100100 | 100010 | 10101111 | 0 | 1010101 | 10111 | 1011 | 100111100 | 1001110 | 110011 |
Color Harmonies of #E422AF
Complementary color
Monochromatic Colors of #E422AF
Black with #E422AF
Text Example
Text Example
White with #E422AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E422AF; }
p { color: rgb(228,34,175); }
H1.HeaderClassName
{
color: #E422AF;
}
.AnyTagClassName
{
color: #E422AF;
}
</style>
background-color css
<style>
a { background-color: #E422AF; }
a { background-color: rgb(228,34,175); }
div.DivClassName
{
background-color: #E422AF;
}
.BgClassName
{
background-color: #E422AF;
}
</style>
border-color css
<style>
span { border-color: #E422AF; }
span { border-color: rgb(228,34,175); }
td.TdClassName
{
border-color: #E422AF;
}
.TagClassName
{
border-color: #E422AF;
}
</style>