Shades of Spicy Pink #E023AF
Tints of Spicy Pink #E023AF
RGB
CMYK
RGB Variations
Color information
#E023AF (or 0xE023AF) is known color: Spicy Pink. HEX triplet: E0, 23 and AF. RGB value is (224,35,175). Sum of RGB (Red+Green+Blue) = 224+35+175=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E023AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E023AF is #1FDC50. Grayscale: #6B6B6B. Windows color (decimal): -2088017 or 11477984. OLE color: 11477984.
HSL color Cylindrical-coordinate representation of color #E023AF: hue angle of 315.56º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E023AF is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 175 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.12 |
| HSL | 315.56º | 0.75% | 0.51% | - |
| HSV(B) | 315.56º | 0.84% | 0.88% | - |
| XYZ | 39.08 | 20.14 | 42.39 | - |
| YUV | 107.47 | 166.12 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 175 | 0 | 0.84 | 0.22 | 0.12 | 315.56 | 0.75 | 0.51 |
| Hex | E0 | 23 | AF | 0 | 54 | 16 | C | 13C | 4B | 33 |
| Octal | 340 | 43 | 257 | 0 | 124 | 26 | 14 | 474 | 113 | 63 |
| Binary | 11100000 | 100011 | 10101111 | 0 | 1010100 | 10110 | 1100 | 100111100 | 1001011 | 110011 |
Color Harmonies of #E023AF
Complementary color
Monochromatic Colors of #E023AF
Black with #E023AF
Text Example
Text Example
White with #E023AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023AF; }
p { color: rgb(224,35,175); }
H1.HeaderClassName
{
color: #E023AF;
}
.AnyTagClassName
{
color: #E023AF;
}
</style>
background-color css
<style>
a { background-color: #E023AF; }
a { background-color: rgb(224,35,175); }
div.DivClassName
{
background-color: #E023AF;
}
.BgClassName
{
background-color: #E023AF;
}
</style>
border-color css
<style>
span { border-color: #E023AF; }
span { border-color: rgb(224,35,175); }
td.TdClassName
{
border-color: #E023AF;
}
.TagClassName
{
border-color: #E023AF;
}
</style>