Shades of Spicy Pink #E327AF
Tints of Spicy Pink #E327AF
RGB
CMYK
RGB Variations
Color information
#E327AF (or 0xE327AF) is known color: Spicy Pink. HEX triplet: E3, 27 and AF. RGB value is (227,39,175). Sum of RGB (Red+Green+Blue) = 227+39+175=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E327AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E327AF is #1CD850. Grayscale: #6E6E6E. Windows color (decimal): -1890385 or 11479011. OLE color: 11479011.
HSL color Cylindrical-coordinate representation of color #E327AF: hue angle of 316.6º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E327AF is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 175 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.11 |
| HSL | 316.6º | 0.77% | 0.52% | - |
| HSV(B) | 316.6º | 0.83% | 0.89% | - |
| XYZ | 40.14 | 20.88 | 42.47 | - |
| YUV | 110.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 175 | 0 | 0.83 | 0.23 | 0.11 | 316.6 | 0.77 | 0.52 |
| Hex | E3 | 27 | AF | 0 | 53 | 17 | B | 13D | 4D | 34 |
| Octal | 343 | 47 | 257 | 0 | 123 | 27 | 13 | 475 | 115 | 64 |
| Binary | 11100011 | 100111 | 10101111 | 0 | 1010011 | 10111 | 1011 | 100111101 | 1001101 | 110100 |
Color Harmonies of #E327AF
Complementary color
Monochromatic Colors of #E327AF
Black with #E327AF
Text Example
Text Example
White with #E327AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327AF; }
p { color: rgb(227,39,175); }
H1.HeaderClassName
{
color: #E327AF;
}
.AnyTagClassName
{
color: #E327AF;
}
</style>
background-color css
<style>
a { background-color: #E327AF; }
a { background-color: rgb(227,39,175); }
div.DivClassName
{
background-color: #E327AF;
}
.BgClassName
{
background-color: #E327AF;
}
</style>
border-color css
<style>
span { border-color: #E327AF; }
span { border-color: rgb(227,39,175); }
td.TdClassName
{
border-color: #E327AF;
}
.TagClassName
{
border-color: #E327AF;
}
</style>