Shades of Spicy Pink #E125AF
Tints of Spicy Pink #E125AF
RGB
CMYK
RGB Variations
Color information
#E125AF (or 0xE125AF) is known color: Spicy Pink. HEX triplet: E1, 25 and AF. RGB value is (225,37,175). Sum of RGB (Red+Green+Blue) = 225+37+175=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E125AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E125AF is #1EDA50. Grayscale: #6C6C6C. Windows color (decimal): -2021969 or 11478497. OLE color: 11478497.
HSL color Cylindrical-coordinate representation of color #E125AF: hue angle of 315.96º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E125AF is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 175 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.12 |
| HSL | 315.96º | 0.76% | 0.51% | - |
| HSV(B) | 315.96º | 0.84% | 0.88% | - |
| XYZ | 39.45 | 20.43 | 42.42 | - |
| YUV | 108.94 | 165.28 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 175 | 0 | 0.84 | 0.22 | 0.12 | 315.96 | 0.76 | 0.51 |
| Hex | E1 | 25 | AF | 0 | 54 | 16 | C | 13C | 4C | 33 |
| Octal | 341 | 45 | 257 | 0 | 124 | 26 | 14 | 474 | 114 | 63 |
| Binary | 11100001 | 100101 | 10101111 | 0 | 1010100 | 10110 | 1100 | 100111100 | 1001100 | 110011 |
Color Harmonies of #E125AF
Complementary color
Monochromatic Colors of #E125AF
Black with #E125AF
Text Example
Text Example
White with #E125AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125AF; }
p { color: rgb(225,37,175); }
H1.HeaderClassName
{
color: #E125AF;
}
.AnyTagClassName
{
color: #E125AF;
}
</style>
background-color css
<style>
a { background-color: #E125AF; }
a { background-color: rgb(225,37,175); }
div.DivClassName
{
background-color: #E125AF;
}
.BgClassName
{
background-color: #E125AF;
}
</style>
border-color css
<style>
span { border-color: #E125AF; }
span { border-color: rgb(225,37,175); }
td.TdClassName
{
border-color: #E125AF;
}
.TagClassName
{
border-color: #E125AF;
}
</style>