Shades of Spicy Pink #E91FA5
Tints of Spicy Pink #E91FA5
RGB
CMYK
RGB Variations
Color information
#E91FA5 (or 0xE91FA5) is known color: Spicy Pink. HEX triplet: E9, 1F and A5. RGB value is (233,31,165). Sum of RGB (Red+Green+Blue) = 233+31+165=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E91FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91FA5 is #16E05A. Grayscale: #6A6A6A. Windows color (decimal): -1499227 or 10821609. OLE color: 10821609.
HSL color Cylindrical-coordinate representation of color #E91FA5: hue angle of 320.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91FA5 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 165 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.09 |
| HSL | 320.2º | 0.82% | 0.52% | - |
| HSV(B) | 320.2º | 0.87% | 0.91% | - |
| XYZ | 40.89 | 21.02 | 37.5 | - |
| YUV | 106.67 | 160.92 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 165 | 0 | 0.87 | 0.29 | 0.09 | 320.2 | 0.82 | 0.52 |
| Hex | E9 | 1F | A5 | 0 | 57 | 1D | 9 | 140 | 52 | 34 |
| Octal | 351 | 37 | 245 | 0 | 127 | 35 | 11 | 500 | 122 | 64 |
| Binary | 11101001 | 11111 | 10100101 | 0 | 1010111 | 11101 | 1001 | 101000000 | 1010010 | 110100 |
Color Harmonies of #E91FA5
Complementary color
Monochromatic Colors of #E91FA5
Black with #E91FA5
Text Example
Text Example
White with #E91FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91FA5; }
p { color: rgb(233,31,165); }
H1.HeaderClassName
{
color: #E91FA5;
}
.AnyTagClassName
{
color: #E91FA5;
}
</style>
background-color css
<style>
a { background-color: #E91FA5; }
a { background-color: rgb(233,31,165); }
div.DivClassName
{
background-color: #E91FA5;
}
.BgClassName
{
background-color: #E91FA5;
}
</style>
border-color css
<style>
span { border-color: #E91FA5; }
span { border-color: rgb(233,31,165); }
td.TdClassName
{
border-color: #E91FA5;
}
.TagClassName
{
border-color: #E91FA5;
}
</style>