Shades of Spicy Pink #E11FB5
Tints of Spicy Pink #E11FB5
RGB
CMYK
RGB Variations
Color information
#E11FB5 (or 0xE11FB5) is known color: Spicy Pink. HEX triplet: E1, 1F and B5. RGB value is (225,31,181). Sum of RGB (Red+Green+Blue) = 225+31+181=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11FB5 is #1EE04A. Grayscale: #696969. Windows color (decimal): -2023499 or 11870177. OLE color: 11870177.
HSL color Cylindrical-coordinate representation of color #E11FB5: hue angle of 313.61º 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 #E11FB5 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 31 | 181 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.12 |
| HSL | 313.61º | 0.76% | 0.5% | - |
| HSV(B) | 313.61º | 0.86% | 0.88% | - |
| XYZ | 39.88 | 20.32 | 45.54 | - |
| YUV | 106.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 181 | 0 | 0.86 | 0.20 | 0.12 | 313.61 | 0.76 | 0.5 |
| Hex | E1 | 1F | B5 | 0 | 56 | 14 | C | 13A | 4C | 32 |
| Octal | 341 | 37 | 265 | 0 | 126 | 24 | 14 | 472 | 114 | 62 |
| Binary | 11100001 | 11111 | 10110101 | 0 | 1010110 | 10100 | 1100 | 100111010 | 1001100 | 110010 |
Color Harmonies of #E11FB5
Complementary color
Monochromatic Colors of #E11FB5
Black with #E11FB5
Text Example
Text Example
White with #E11FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FB5; }
p { color: rgb(225,31,181); }
H1.HeaderClassName
{
color: #E11FB5;
}
.AnyTagClassName
{
color: #E11FB5;
}
</style>
background-color css
<style>
a { background-color: #E11FB5; }
a { background-color: rgb(225,31,181); }
div.DivClassName
{
background-color: #E11FB5;
}
.BgClassName
{
background-color: #E11FB5;
}
</style>
border-color css
<style>
span { border-color: #E11FB5; }
span { border-color: rgb(225,31,181); }
td.TdClassName
{
border-color: #E11FB5;
}
.TagClassName
{
border-color: #E11FB5;
}
</style>