Shades of Spicy Pink #E027AF
Tints of Spicy Pink #E027AF
RGB
CMYK
RGB Variations
Color information
#E027AF (or 0xE027AF) is known color: Spicy Pink. HEX triplet: E0, 27 and AF. RGB value is (224,39,175). Sum of RGB (Red+Green+Blue) = 224+39+175=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E027AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E027AF is #1FD850. Grayscale: #6D6D6D. Windows color (decimal): -2086993 or 11479008. OLE color: 11479008.
HSL color Cylindrical-coordinate representation of color #E027AF: hue angle of 315.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027AF is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 175 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.12 |
| HSL | 315.89º | 0.75% | 0.52% | - |
| HSV(B) | 315.89º | 0.83% | 0.88% | - |
| XYZ | 39.2 | 20.39 | 42.43 | - |
| YUV | 109.82 | 164.79 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 175 | 0 | 0.83 | 0.22 | 0.12 | 315.89 | 0.75 | 0.52 |
| Hex | E0 | 27 | AF | 0 | 53 | 16 | C | 13C | 4B | 34 |
| Octal | 340 | 47 | 257 | 0 | 123 | 26 | 14 | 474 | 113 | 64 |
| Binary | 11100000 | 100111 | 10101111 | 0 | 1010011 | 10110 | 1100 | 100111100 | 1001011 | 110100 |
Color Harmonies of #E027AF
Complementary color
Monochromatic Colors of #E027AF
Black with #E027AF
Text Example
Text Example
White with #E027AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027AF; }
p { color: rgb(224,39,175); }
H1.HeaderClassName
{
color: #E027AF;
}
.AnyTagClassName
{
color: #E027AF;
}
</style>
background-color css
<style>
a { background-color: #E027AF; }
a { background-color: rgb(224,39,175); }
div.DivClassName
{
background-color: #E027AF;
}
.BgClassName
{
background-color: #E027AF;
}
</style>
border-color css
<style>
span { border-color: #E027AF; }
span { border-color: rgb(224,39,175); }
td.TdClassName
{
border-color: #E027AF;
}
.TagClassName
{
border-color: #E027AF;
}
</style>