Shades of Spicy Pink #E028AD
Tints of Spicy Pink #E028AD
RGB
CMYK
RGB Variations
Color information
#E028AD (or 0xE028AD) is known color: Spicy Pink. HEX triplet: E0, 28 and AD. RGB value is (224,40,173). Sum of RGB (Red+Green+Blue) = 224+40+173=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E028AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E028AD is #1FD752. Grayscale: #6D6D6D. Windows color (decimal): -2086739 or 11348192. OLE color: 11348192.
HSL color Cylindrical-coordinate representation of color #E028AD: hue angle of 316.63º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E028AD is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 173 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.12 |
| HSL | 316.63º | 0.75% | 0.52% | - |
| HSV(B) | 316.63º | 0.82% | 0.88% | - |
| XYZ | 39.04 | 20.38 | 41.41 | - |
| YUV | 110.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 173 | 0 | 0.82 | 0.23 | 0.12 | 316.63 | 0.75 | 0.52 |
| Hex | E0 | 28 | AD | 0 | 52 | 17 | C | 13D | 4B | 34 |
| Octal | 340 | 50 | 255 | 0 | 122 | 27 | 14 | 475 | 113 | 64 |
| Binary | 11100000 | 101000 | 10101101 | 0 | 1010010 | 10111 | 1100 | 100111101 | 1001011 | 110100 |
Color Harmonies of #E028AD
Complementary color
Monochromatic Colors of #E028AD
Black with #E028AD
Text Example
Text Example
White with #E028AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028AD; }
p { color: rgb(224,40,173); }
H1.HeaderClassName
{
color: #E028AD;
}
.AnyTagClassName
{
color: #E028AD;
}
</style>
background-color css
<style>
a { background-color: #E028AD; }
a { background-color: rgb(224,40,173); }
div.DivClassName
{
background-color: #E028AD;
}
.BgClassName
{
background-color: #E028AD;
}
</style>
border-color css
<style>
span { border-color: #E028AD; }
span { border-color: rgb(224,40,173); }
td.TdClassName
{
border-color: #E028AD;
}
.TagClassName
{
border-color: #E028AD;
}
</style>