Shades of Spicy Pink #E226AF
Tints of Spicy Pink #E226AF
RGB
CMYK
RGB Variations
Color information
#E226AF (or 0xE226AF) is known color: Spicy Pink. HEX triplet: E2, 26 and AF. RGB value is (226,38,175). Sum of RGB (Red+Green+Blue) = 226+38+175=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E226AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E226AF is #1DD950. Grayscale: #6D6D6D. Windows color (decimal): -1956177 or 11478754. OLE color: 11478754.
HSL color Cylindrical-coordinate representation of color #E226AF: hue angle of 316.28º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E226AF is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 175 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.11 |
| HSL | 316.28º | 0.76% | 0.52% | - |
| HSV(B) | 316.28º | 0.83% | 0.89% | - |
| XYZ | 39.8 | 20.65 | 42.45 | - |
| YUV | 109.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 175 | 0 | 0.83 | 0.23 | 0.11 | 316.28 | 0.76 | 0.52 |
| Hex | E2 | 26 | AF | 0 | 53 | 17 | B | 13C | 4C | 34 |
| Octal | 342 | 46 | 257 | 0 | 123 | 27 | 13 | 474 | 114 | 64 |
| Binary | 11100010 | 100110 | 10101111 | 0 | 1010011 | 10111 | 1011 | 100111100 | 1001100 | 110100 |
Color Harmonies of #E226AF
Complementary color
Monochromatic Colors of #E226AF
Black with #E226AF
Text Example
Text Example
White with #E226AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E226AF; }
p { color: rgb(226,38,175); }
H1.HeaderClassName
{
color: #E226AF;
}
.AnyTagClassName
{
color: #E226AF;
}
</style>
background-color css
<style>
a { background-color: #E226AF; }
a { background-color: rgb(226,38,175); }
div.DivClassName
{
background-color: #E226AF;
}
.BgClassName
{
background-color: #E226AF;
}
</style>
border-color css
<style>
span { border-color: #E226AF; }
span { border-color: rgb(226,38,175); }
td.TdClassName
{
border-color: #E226AF;
}
.TagClassName
{
border-color: #E226AF;
}
</style>