Shades of Spicy Pink #E224AD
Tints of Spicy Pink #E224AD
RGB
CMYK
RGB Variations
Color information
#E224AD (or 0xE224AD) is known color: Spicy Pink. HEX triplet: E2, 24 and AD. RGB value is (226,36,173). Sum of RGB (Red+Green+Blue) = 226+36+173=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E224AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E224AD is #1DDB52. Grayscale: #6C6C6C. Windows color (decimal): -1956691 or 11347170. OLE color: 11347170.
HSL color Cylindrical-coordinate representation of color #E224AD: hue angle of 316.74º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E224AD is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 173 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.11 |
| HSL | 316.74º | 0.77% | 0.51% | - |
| HSV(B) | 316.74º | 0.84% | 0.89% | - |
| XYZ | 39.54 | 20.45 | 41.4 | - |
| YUV | 108.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 173 | 0 | 0.84 | 0.23 | 0.11 | 316.74 | 0.77 | 0.51 |
| Hex | E2 | 24 | AD | 0 | 54 | 17 | B | 13D | 4D | 33 |
| Octal | 342 | 44 | 255 | 0 | 124 | 27 | 13 | 475 | 115 | 63 |
| Binary | 11100010 | 100100 | 10101101 | 0 | 1010100 | 10111 | 1011 | 100111101 | 1001101 | 110011 |
Color Harmonies of #E224AD
Complementary color
Monochromatic Colors of #E224AD
Black with #E224AD
Text Example
Text Example
White with #E224AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224AD; }
p { color: rgb(226,36,173); }
H1.HeaderClassName
{
color: #E224AD;
}
.AnyTagClassName
{
color: #E224AD;
}
</style>
background-color css
<style>
a { background-color: #E224AD; }
a { background-color: rgb(226,36,173); }
div.DivClassName
{
background-color: #E224AD;
}
.BgClassName
{
background-color: #E224AD;
}
</style>
border-color css
<style>
span { border-color: #E224AD; }
span { border-color: rgb(226,36,173); }
td.TdClassName
{
border-color: #E224AD;
}
.TagClassName
{
border-color: #E224AD;
}
</style>