Shades of Spicy Pink #E025AB
Tints of Spicy Pink #E025AB
RGB
CMYK
RGB Variations
Color information
#E025AB (or 0xE025AB) is known color: Spicy Pink. HEX triplet: E0, 25 and AB. RGB value is (224,37,171). Sum of RGB (Red+Green+Blue) = 224+37+171=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E025AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E025AB is #1FDA54. Grayscale: #6B6B6B. Windows color (decimal): -2087509 or 11216352. OLE color: 11216352.
HSL color Cylindrical-coordinate representation of color #E025AB: hue angle of 317.01º 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 #E025AB is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 171 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.12 |
| HSL | 317.01º | 0.75% | 0.51% | - |
| HSV(B) | 317.01º | 0.83% | 0.88% | - |
| XYZ | 38.75 | 20.11 | 40.37 | - |
| YUV | 108.19 | 163.45 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 171 | 0 | 0.83 | 0.24 | 0.12 | 317.01 | 0.75 | 0.51 |
| Hex | E0 | 25 | AB | 0 | 53 | 18 | C | 13D | 4B | 33 |
| Octal | 340 | 45 | 253 | 0 | 123 | 30 | 14 | 475 | 113 | 63 |
| Binary | 11100000 | 100101 | 10101011 | 0 | 1010011 | 11000 | 1100 | 100111101 | 1001011 | 110011 |
Color Harmonies of #E025AB
Complementary color
Monochromatic Colors of #E025AB
Black with #E025AB
Text Example
Text Example
White with #E025AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E025AB; }
p { color: rgb(224,37,171); }
H1.HeaderClassName
{
color: #E025AB;
}
.AnyTagClassName
{
color: #E025AB;
}
</style>
background-color css
<style>
a { background-color: #E025AB; }
a { background-color: rgb(224,37,171); }
div.DivClassName
{
background-color: #E025AB;
}
.BgClassName
{
background-color: #E025AB;
}
</style>
border-color css
<style>
span { border-color: #E025AB; }
span { border-color: rgb(224,37,171); }
td.TdClassName
{
border-color: #E025AB;
}
.TagClassName
{
border-color: #E025AB;
}
</style>