Shades of Spicy Pink #E215AF
Tints of Spicy Pink #E215AF
RGB
CMYK
RGB Variations
Color information
#E215AF (or 0xE215AF) is known color: Spicy Pink. HEX triplet: E2, 15 and AF. RGB value is (226,21,175). Sum of RGB (Red+Green+Blue) = 226+21+175=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E215AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E215AF is #1DEA50. Grayscale: #636363. Windows color (decimal): -1960529 or 11474402. OLE color: 11474402.
HSL color Cylindrical-coordinate representation of color #E215AF: hue angle of 314.93º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215AF is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 175 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.11 |
| HSL | 314.93º | 0.83% | 0.48% | - |
| HSV(B) | 314.93º | 0.91% | 0.89% | - |
| XYZ | 39.37 | 19.8 | 42.3 | - |
| YUV | 99.85 | 170.42 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 175 | 0 | 0.91 | 0.23 | 0.11 | 314.93 | 0.83 | 0.48 |
| Hex | E2 | 15 | AF | 0 | 5B | 17 | B | 13B | 53 | 30 |
| Octal | 342 | 25 | 257 | 0 | 133 | 27 | 13 | 473 | 123 | 60 |
| Binary | 11100010 | 10101 | 10101111 | 0 | 1011011 | 10111 | 1011 | 100111011 | 1010011 | 110000 |
Color Harmonies of #E215AF
Complementary color
Monochromatic Colors of #E215AF
Black with #E215AF
Text Example
Text Example
White with #E215AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215AF; }
p { color: rgb(226,21,175); }
H1.HeaderClassName
{
color: #E215AF;
}
.AnyTagClassName
{
color: #E215AF;
}
</style>
background-color css
<style>
a { background-color: #E215AF; }
a { background-color: rgb(226,21,175); }
div.DivClassName
{
background-color: #E215AF;
}
.BgClassName
{
background-color: #E215AF;
}
</style>
border-color css
<style>
span { border-color: #E215AF; }
span { border-color: rgb(226,21,175); }
td.TdClassName
{
border-color: #E215AF;
}
.TagClassName
{
border-color: #E215AF;
}
</style>