Shades of Spicy Pink #E325AE
Tints of Spicy Pink #E325AE
RGB
CMYK
RGB Variations
Color information
#E325AE (or 0xE325AE) is known color: Spicy Pink. HEX triplet: E3, 25 and AE. RGB value is (227,37,174). Sum of RGB (Red+Green+Blue) = 227+37+174=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E325AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325AE is #1CDA51. Grayscale: #6D6D6D. Windows color (decimal): -1890898 or 11412963. OLE color: 11412963.
HSL color Cylindrical-coordinate representation of color #E325AE: hue angle of 316.74º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E325AE is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 174 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.11 |
| HSL | 316.74º | 0.77% | 0.52% | - |
| HSV(B) | 316.74º | 0.84% | 0.89% | - |
| XYZ | 39.98 | 20.71 | 41.93 | - |
| YUV | 109.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 174 | 0 | 0.84 | 0.23 | 0.11 | 316.74 | 0.77 | 0.52 |
| Hex | E3 | 25 | AE | 0 | 54 | 17 | B | 13D | 4D | 34 |
| Octal | 343 | 45 | 256 | 0 | 124 | 27 | 13 | 475 | 115 | 64 |
| Binary | 11100011 | 100101 | 10101110 | 0 | 1010100 | 10111 | 1011 | 100111101 | 1001101 | 110100 |
Color Harmonies of #E325AE
Complementary color
Monochromatic Colors of #E325AE
Black with #E325AE
Text Example
Text Example
White with #E325AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325AE; }
p { color: rgb(227,37,174); }
H1.HeaderClassName
{
color: #E325AE;
}
.AnyTagClassName
{
color: #E325AE;
}
</style>
background-color css
<style>
a { background-color: #E325AE; }
a { background-color: rgb(227,37,174); }
div.DivClassName
{
background-color: #E325AE;
}
.BgClassName
{
background-color: #E325AE;
}
</style>
border-color css
<style>
span { border-color: #E325AE; }
span { border-color: rgb(227,37,174); }
td.TdClassName
{
border-color: #E325AE;
}
.TagClassName
{
border-color: #E325AE;
}
</style>