Shades of Spicy Pink #E217AF
Tints of Spicy Pink #E217AF
RGB
CMYK
RGB Variations
Color information
#E217AF (or 0xE217AF) is known color: Spicy Pink. HEX triplet: E2, 17 and AF. RGB value is (226,23,175). Sum of RGB (Red+Green+Blue) = 226+23+175=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E217AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E217AF is #1DE850. Grayscale: #646464. Windows color (decimal): -1960017 or 11474914. OLE color: 11474914.
HSL color Cylindrical-coordinate representation of color #E217AF: hue angle of 315.07º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217AF is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 175 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.11 |
| HSL | 315.07º | 0.82% | 0.49% | - |
| HSV(B) | 315.07º | 0.9% | 0.89% | - |
| XYZ | 39.41 | 19.88 | 42.32 | - |
| YUV | 101.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 175 | 0 | 0.90 | 0.23 | 0.11 | 315.07 | 0.82 | 0.49 |
| Hex | E2 | 17 | AF | 0 | 5A | 17 | B | 13B | 52 | 31 |
| Octal | 342 | 27 | 257 | 0 | 132 | 27 | 13 | 473 | 122 | 61 |
| Binary | 11100010 | 10111 | 10101111 | 0 | 1011010 | 10111 | 1011 | 100111011 | 1010010 | 110001 |
Color Harmonies of #E217AF
Complementary color
Monochromatic Colors of #E217AF
Black with #E217AF
Text Example
Text Example
White with #E217AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E217AF; }
p { color: rgb(226,23,175); }
H1.HeaderClassName
{
color: #E217AF;
}
.AnyTagClassName
{
color: #E217AF;
}
</style>
background-color css
<style>
a { background-color: #E217AF; }
a { background-color: rgb(226,23,175); }
div.DivClassName
{
background-color: #E217AF;
}
.BgClassName
{
background-color: #E217AF;
}
</style>
border-color css
<style>
span { border-color: #E217AF; }
span { border-color: rgb(226,23,175); }
td.TdClassName
{
border-color: #E217AF;
}
.TagClassName
{
border-color: #E217AF;
}
</style>