Shades of Spicy Pink #E831B5
Tints of Spicy Pink #E831B5
RGB
CMYK
RGB Variations
Color information
#E831B5 (or 0xE831B5) is known color: Spicy Pink. HEX triplet: E8, 31 and B5. RGB value is (232,49,181). Sum of RGB (Red+Green+Blue) = 232+49+181=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E831B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E831B5 is #17CE4A. Grayscale: #767676. Windows color (decimal): -1560139 or 11874792. OLE color: 11874792.
HSL color Cylindrical-coordinate representation of color #E831B5: hue angle of 316.72º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E831B5 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 181 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.09 |
| HSL | 316.72º | 0.8% | 0.55% | - |
| HSV(B) | 316.72º | 0.79% | 0.91% | - |
| XYZ | 42.72 | 22.69 | 45.84 | - |
| YUV | 118.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 181 | 0 | 0.79 | 0.22 | 0.09 | 316.72 | 0.8 | 0.55 |
| Hex | E8 | 31 | B5 | 0 | 4F | 16 | 9 | 13D | 50 | 37 |
| Octal | 350 | 61 | 265 | 0 | 117 | 26 | 11 | 475 | 120 | 67 |
| Binary | 11101000 | 110001 | 10110101 | 0 | 1001111 | 10110 | 1001 | 100111101 | 1010000 | 110111 |
Color Harmonies of #E831B5
Complementary color
Monochromatic Colors of #E831B5
Black with #E831B5
Text Example
Text Example
White with #E831B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E831B5; }
p { color: rgb(232,49,181); }
H1.HeaderClassName
{
color: #E831B5;
}
.AnyTagClassName
{
color: #E831B5;
}
</style>
background-color css
<style>
a { background-color: #E831B5; }
a { background-color: rgb(232,49,181); }
div.DivClassName
{
background-color: #E831B5;
}
.BgClassName
{
background-color: #E831B5;
}
</style>
border-color css
<style>
span { border-color: #E831B5; }
span { border-color: rgb(232,49,181); }
td.TdClassName
{
border-color: #E831B5;
}
.TagClassName
{
border-color: #E831B5;
}
</style>