Shades of Spicy Pink #E41FB1
Tints of Spicy Pink #E41FB1
RGB
CMYK
RGB Variations
Color information
#E41FB1 (or 0xE41FB1) is known color: Spicy Pink. HEX triplet: E4, 1F and B1. RGB value is (228,31,177). Sum of RGB (Red+Green+Blue) = 228+31+177=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41FB1 is #1BE04E. Grayscale: #6A6A6A. Windows color (decimal): -1826895 or 11608036. OLE color: 11608036.
HSL color Cylindrical-coordinate representation of color #E41FB1: hue angle of 315.53º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41FB1 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 177 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.11 |
| HSL | 315.53º | 0.78% | 0.51% | - |
| HSV(B) | 315.53º | 0.86% | 0.89% | - |
| XYZ | 40.42 | 20.65 | 43.45 | - |
| YUV | 106.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 177 | 0 | 0.86 | 0.22 | 0.11 | 315.53 | 0.78 | 0.51 |
| Hex | E4 | 1F | B1 | 0 | 56 | 16 | B | 13C | 4E | 33 |
| Octal | 344 | 37 | 261 | 0 | 126 | 26 | 13 | 474 | 116 | 63 |
| Binary | 11100100 | 11111 | 10110001 | 0 | 1010110 | 10110 | 1011 | 100111100 | 1001110 | 110011 |
Color Harmonies of #E41FB1
Complementary color
Monochromatic Colors of #E41FB1
Black with #E41FB1
Text Example
Text Example
White with #E41FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41FB1; }
p { color: rgb(228,31,177); }
H1.HeaderClassName
{
color: #E41FB1;
}
.AnyTagClassName
{
color: #E41FB1;
}
</style>
background-color css
<style>
a { background-color: #E41FB1; }
a { background-color: rgb(228,31,177); }
div.DivClassName
{
background-color: #E41FB1;
}
.BgClassName
{
background-color: #E41FB1;
}
</style>
border-color css
<style>
span { border-color: #E41FB1; }
span { border-color: rgb(228,31,177); }
td.TdClassName
{
border-color: #E41FB1;
}
.TagClassName
{
border-color: #E41FB1;
}
</style>