Shades of Spicy Pink #E026AD
Tints of Spicy Pink #E026AD
RGB
CMYK
RGB Variations
Color information
#E026AD (or 0xE026AD) is known color: Spicy Pink. HEX triplet: E0, 26 and AD. RGB value is (224,38,173). Sum of RGB (Red+Green+Blue) = 224+38+173=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E026AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E026AD is #1FD952. Grayscale: #6C6C6C. Windows color (decimal): -2087251 or 11347680. OLE color: 11347680.
HSL color Cylindrical-coordinate representation of color #E026AD: hue angle of 316.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E026AD is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 173 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.12 |
| HSL | 316.45º | 0.75% | 0.51% | - |
| HSV(B) | 316.45º | 0.83% | 0.88% | - |
| XYZ | 38.98 | 20.25 | 41.39 | - |
| YUV | 109 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 173 | 0 | 0.83 | 0.23 | 0.12 | 316.45 | 0.75 | 0.51 |
| Hex | E0 | 26 | AD | 0 | 53 | 17 | C | 13C | 4B | 33 |
| Octal | 340 | 46 | 255 | 0 | 123 | 27 | 14 | 474 | 113 | 63 |
| Binary | 11100000 | 100110 | 10101101 | 0 | 1010011 | 10111 | 1100 | 100111100 | 1001011 | 110011 |
Color Harmonies of #E026AD
Complementary color
Monochromatic Colors of #E026AD
Black with #E026AD
Text Example
Text Example
White with #E026AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E026AD; }
p { color: rgb(224,38,173); }
H1.HeaderClassName
{
color: #E026AD;
}
.AnyTagClassName
{
color: #E026AD;
}
</style>
background-color css
<style>
a { background-color: #E026AD; }
a { background-color: rgb(224,38,173); }
div.DivClassName
{
background-color: #E026AD;
}
.BgClassName
{
background-color: #E026AD;
}
</style>
border-color css
<style>
span { border-color: #E026AD; }
span { border-color: rgb(224,38,173); }
td.TdClassName
{
border-color: #E026AD;
}
.TagClassName
{
border-color: #E026AD;
}
</style>