Shades of Spicy Pink #E81EB4
Tints of Spicy Pink #E81EB4
RGB
CMYK
RGB Variations
Color information
#E81EB4 (or 0xE81EB4) is known color: Spicy Pink. HEX triplet: E8, 1E and B4. RGB value is (232,30,180). Sum of RGB (Red+Green+Blue) = 232+30+180=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E81EB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81EB4 is #17E14B. Grayscale: #6B6B6B. Windows color (decimal): -1565004 or 11804392. OLE color: 11804392.
HSL color Cylindrical-coordinate representation of color #E81EB4: hue angle of 315.45º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81EB4 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 180 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.09 |
| HSL | 315.45º | 0.81% | 0.51% | - |
| HSV(B) | 315.45º | 0.87% | 0.91% | - |
| XYZ | 41.98 | 21.38 | 45.09 | - |
| YUV | 107.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 180 | 0 | 0.87 | 0.22 | 0.09 | 315.45 | 0.81 | 0.51 |
| Hex | E8 | 1E | B4 | 0 | 57 | 16 | 9 | 13B | 51 | 33 |
| Octal | 350 | 36 | 264 | 0 | 127 | 26 | 11 | 473 | 121 | 63 |
| Binary | 11101000 | 11110 | 10110100 | 0 | 1010111 | 10110 | 1001 | 100111011 | 1010001 | 110011 |
Color Harmonies of #E81EB4
Complementary color
Monochromatic Colors of #E81EB4
Black with #E81EB4
Text Example
Text Example
White with #E81EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81EB4; }
p { color: rgb(232,30,180); }
H1.HeaderClassName
{
color: #E81EB4;
}
.AnyTagClassName
{
color: #E81EB4;
}
</style>
background-color css
<style>
a { background-color: #E81EB4; }
a { background-color: rgb(232,30,180); }
div.DivClassName
{
background-color: #E81EB4;
}
.BgClassName
{
background-color: #E81EB4;
}
</style>
border-color css
<style>
span { border-color: #E81EB4; }
span { border-color: rgb(232,30,180); }
td.TdClassName
{
border-color: #E81EB4;
}
.TagClassName
{
border-color: #E81EB4;
}
</style>