Shades of Spicy Pink #E023A8
Tints of Spicy Pink #E023A8
RGB
CMYK
RGB Variations
Color information
#E023A8 (or 0xE023A8) is known color: Spicy Pink. HEX triplet: E0, 23 and A8. RGB value is (224,35,168). Sum of RGB (Red+Green+Blue) = 224+35+168=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E023A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E023A8 is #1FDC57. Grayscale: #6A6A6A. Windows color (decimal): -2088024 or 11019232. OLE color: 11019232.
HSL color Cylindrical-coordinate representation of color #E023A8: hue angle of 317.78º 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 #E023A8 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 168 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.12 |
| HSL | 317.78º | 0.75% | 0.51% | - |
| HSV(B) | 317.78º | 0.84% | 0.88% | - |
| XYZ | 38.41 | 19.88 | 38.86 | - |
| YUV | 106.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 168 | 0 | 0.84 | 0.25 | 0.12 | 317.78 | 0.75 | 0.51 |
| Hex | E0 | 23 | A8 | 0 | 54 | 19 | C | 13E | 4B | 33 |
| Octal | 340 | 43 | 250 | 0 | 124 | 31 | 14 | 476 | 113 | 63 |
| Binary | 11100000 | 100011 | 10101000 | 0 | 1010100 | 11001 | 1100 | 100111110 | 1001011 | 110011 |
Color Harmonies of #E023A8
Complementary color
Monochromatic Colors of #E023A8
Black with #E023A8
Text Example
Text Example
White with #E023A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023A8; }
p { color: rgb(224,35,168); }
H1.HeaderClassName
{
color: #E023A8;
}
.AnyTagClassName
{
color: #E023A8;
}
</style>
background-color css
<style>
a { background-color: #E023A8; }
a { background-color: rgb(224,35,168); }
div.DivClassName
{
background-color: #E023A8;
}
.BgClassName
{
background-color: #E023A8;
}
</style>
border-color css
<style>
span { border-color: #E023A8; }
span { border-color: rgb(224,35,168); }
td.TdClassName
{
border-color: #E023A8;
}
.TagClassName
{
border-color: #E023A8;
}
</style>