Shades of Spicy Pink #E327BA
Tints of Spicy Pink #E327BA
RGB
CMYK
RGB Variations
Color information
#E327BA (or 0xE327BA) is known color: Spicy Pink. HEX triplet: E3, 27 and BA. RGB value is (227,39,186). Sum of RGB (Red+Green+Blue) = 227+39+186=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E327BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327BA is #1CD845. Grayscale: #6F6F6F. Windows color (decimal): -1890374 or 12199907. OLE color: 12199907.
HSL color Cylindrical-coordinate representation of color #E327BA: hue angle of 313.09º 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 #E327BA is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 186 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.11 |
| HSL | 313.09º | 0.77% | 0.52% | - |
| HSV(B) | 313.09º | 0.83% | 0.89% | - |
| XYZ | 41.27 | 21.33 | 48.4 | - |
| YUV | 111.97 | 169.78 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 186 | 0 | 0.83 | 0.18 | 0.11 | 313.09 | 0.77 | 0.52 |
| Hex | E3 | 27 | BA | 0 | 53 | 12 | B | 139 | 4D | 34 |
| Octal | 343 | 47 | 272 | 0 | 123 | 22 | 13 | 471 | 115 | 64 |
| Binary | 11100011 | 100111 | 10111010 | 0 | 1010011 | 10010 | 1011 | 100111001 | 1001101 | 110100 |
Color Harmonies of #E327BA
Complementary color
Monochromatic Colors of #E327BA
Black with #E327BA
Text Example
Text Example
White with #E327BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327BA; }
p { color: rgb(227,39,186); }
H1.HeaderClassName
{
color: #E327BA;
}
.AnyTagClassName
{
color: #E327BA;
}
</style>
background-color css
<style>
a { background-color: #E327BA; }
a { background-color: rgb(227,39,186); }
div.DivClassName
{
background-color: #E327BA;
}
.BgClassName
{
background-color: #E327BA;
}
</style>
border-color css
<style>
span { border-color: #E327BA; }
span { border-color: rgb(227,39,186); }
td.TdClassName
{
border-color: #E327BA;
}
.TagClassName
{
border-color: #E327BA;
}
</style>