Shades of Spicy Pink #E11FAB
Tints of Spicy Pink #E11FAB
RGB
CMYK
RGB Variations
Color information
#E11FAB (or 0xE11FAB) is known color: Spicy Pink. HEX triplet: E1, 1F and AB. RGB value is (225,31,171). Sum of RGB (Red+Green+Blue) = 225+31+171=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FAB is #1EE054. Grayscale: #686868. Windows color (decimal): -2023509 or 11214817. OLE color: 11214817.
HSL color Cylindrical-coordinate representation of color #E11FAB: hue angle of 316.7º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FAB is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 171 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.12 |
| HSL | 316.7º | 0.76% | 0.5% | - |
| HSV(B) | 316.7º | 0.86% | 0.88% | - |
| XYZ | 38.89 | 19.93 | 40.32 | - |
| YUV | 104.97 | 165.27 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 171 | 0 | 0.86 | 0.24 | 0.12 | 316.7 | 0.76 | 0.5 |
| Hex | E1 | 1F | AB | 0 | 56 | 18 | C | 13D | 4C | 32 |
| Octal | 341 | 37 | 253 | 0 | 126 | 30 | 14 | 475 | 114 | 62 |
| Binary | 11100001 | 11111 | 10101011 | 0 | 1010110 | 11000 | 1100 | 100111101 | 1001100 | 110010 |
Color Harmonies of #E11FAB
Complementary color
Monochromatic Colors of #E11FAB
Black with #E11FAB
Text Example
Text Example
White with #E11FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FAB; }
p { color: rgb(225,31,171); }
H1.HeaderClassName
{
color: #E11FAB;
}
.AnyTagClassName
{
color: #E11FAB;
}
</style>
background-color css
<style>
a { background-color: #E11FAB; }
a { background-color: rgb(225,31,171); }
div.DivClassName
{
background-color: #E11FAB;
}
.BgClassName
{
background-color: #E11FAB;
}
</style>
border-color css
<style>
span { border-color: #E11FAB; }
span { border-color: rgb(225,31,171); }
td.TdClassName
{
border-color: #E11FAB;
}
.TagClassName
{
border-color: #E11FAB;
}
</style>