Shades of Spicy Pink #E328AF
Tints of Spicy Pink #E328AF
RGB
CMYK
RGB Variations
Color information
#E328AF (or 0xE328AF) is known color: Spicy Pink. HEX triplet: E3, 28 and AF. RGB value is (227,40,175). Sum of RGB (Red+Green+Blue) = 227+40+175=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E328AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E328AF is #1CD750. Grayscale: #6E6E6E. Windows color (decimal): -1890129 or 11479267. OLE color: 11479267.
HSL color Cylindrical-coordinate representation of color #E328AF: hue angle of 316.68º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328AF is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 175 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.11 |
| HSL | 316.68º | 0.77% | 0.52% | - |
| HSV(B) | 316.68º | 0.82% | 0.89% | - |
| XYZ | 40.18 | 20.94 | 42.48 | - |
| YUV | 111.3 | 163.95 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 175 | 0 | 0.82 | 0.23 | 0.11 | 316.68 | 0.77 | 0.52 |
| Hex | E3 | 28 | AF | 0 | 52 | 17 | B | 13D | 4D | 34 |
| Octal | 343 | 50 | 257 | 0 | 122 | 27 | 13 | 475 | 115 | 64 |
| Binary | 11100011 | 101000 | 10101111 | 0 | 1010010 | 10111 | 1011 | 100111101 | 1001101 | 110100 |
Color Harmonies of #E328AF
Complementary color
Monochromatic Colors of #E328AF
Black with #E328AF
Text Example
Text Example
White with #E328AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328AF; }
p { color: rgb(227,40,175); }
H1.HeaderClassName
{
color: #E328AF;
}
.AnyTagClassName
{
color: #E328AF;
}
</style>
background-color css
<style>
a { background-color: #E328AF; }
a { background-color: rgb(227,40,175); }
div.DivClassName
{
background-color: #E328AF;
}
.BgClassName
{
background-color: #E328AF;
}
</style>
border-color css
<style>
span { border-color: #E328AF; }
span { border-color: rgb(227,40,175); }
td.TdClassName
{
border-color: #E328AF;
}
.TagClassName
{
border-color: #E328AF;
}
</style>