Shades of Spicy Pink #E416AF
Tints of Spicy Pink #E416AF
RGB
CMYK
RGB Variations
Color information
#E416AF (or 0xE416AF) is known color: Spicy Pink. HEX triplet: E4, 16 and AF. RGB value is (228,22,175). Sum of RGB (Red+Green+Blue) = 228+22+175=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E416AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E416AF is #1BE950. Grayscale: #646464. Windows color (decimal): -1829201 or 11474660. OLE color: 11474660.
HSL color Cylindrical-coordinate representation of color #E416AF: hue angle of 315.44º 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 #E416AF is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.11 |
| HSL | 315.44º | 0.82% | 0.49% | - |
| HSV(B) | 315.44º | 0.9% | 0.89% | - |
| XYZ | 40.02 | 20.16 | 42.34 | - |
| YUV | 101.04 | 169.75 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 175 | 0 | 0.90 | 0.23 | 0.11 | 315.44 | 0.82 | 0.49 |
| Hex | E4 | 16 | AF | 0 | 5A | 17 | B | 13B | 52 | 31 |
| Octal | 344 | 26 | 257 | 0 | 132 | 27 | 13 | 473 | 122 | 61 |
| Binary | 11100100 | 10110 | 10101111 | 0 | 1011010 | 10111 | 1011 | 100111011 | 1010010 | 110001 |
Color Harmonies of #E416AF
Complementary color
Monochromatic Colors of #E416AF
Black with #E416AF
Text Example
Text Example
White with #E416AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416AF; }
p { color: rgb(228,22,175); }
H1.HeaderClassName
{
color: #E416AF;
}
.AnyTagClassName
{
color: #E416AF;
}
</style>
background-color css
<style>
a { background-color: #E416AF; }
a { background-color: rgb(228,22,175); }
div.DivClassName
{
background-color: #E416AF;
}
.BgClassName
{
background-color: #E416AF;
}
</style>
border-color css
<style>
span { border-color: #E416AF; }
span { border-color: rgb(228,22,175); }
td.TdClassName
{
border-color: #E416AF;
}
.TagClassName
{
border-color: #E416AF;
}
</style>