Shades of Spicy Pink #E128AF
Tints of Spicy Pink #E128AF
RGB
CMYK
RGB Variations
Color information
#E128AF (or 0xE128AF) is known color: Spicy Pink. HEX triplet: E1, 28 and AF. RGB value is (225,40,175). Sum of RGB (Red+Green+Blue) = 225+40+175=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E128AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E128AF is #1ED750. Grayscale: #6E6E6E. Windows color (decimal): -2021201 or 11479265. OLE color: 11479265.
HSL color Cylindrical-coordinate representation of color #E128AF: hue angle of 316.22º degrees, saturation: 0.76, 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 #E128AF is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 175 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.12 |
| HSL | 316.22º | 0.76% | 0.52% | - |
| HSV(B) | 316.22º | 0.82% | 0.88% | - |
| XYZ | 39.55 | 20.62 | 42.45 | - |
| YUV | 110.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 175 | 0 | 0.82 | 0.22 | 0.12 | 316.22 | 0.76 | 0.52 |
| Hex | E1 | 28 | AF | 0 | 52 | 16 | C | 13C | 4C | 34 |
| Octal | 341 | 50 | 257 | 0 | 122 | 26 | 14 | 474 | 114 | 64 |
| Binary | 11100001 | 101000 | 10101111 | 0 | 1010010 | 10110 | 1100 | 100111100 | 1001100 | 110100 |
Color Harmonies of #E128AF
Complementary color
Monochromatic Colors of #E128AF
Black with #E128AF
Text Example
Text Example
White with #E128AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128AF; }
p { color: rgb(225,40,175); }
H1.HeaderClassName
{
color: #E128AF;
}
.AnyTagClassName
{
color: #E128AF;
}
</style>
background-color css
<style>
a { background-color: #E128AF; }
a { background-color: rgb(225,40,175); }
div.DivClassName
{
background-color: #E128AF;
}
.BgClassName
{
background-color: #E128AF;
}
</style>
border-color css
<style>
span { border-color: #E128AF; }
span { border-color: rgb(225,40,175); }
td.TdClassName
{
border-color: #E128AF;
}
.TagClassName
{
border-color: #E128AF;
}
</style>