Shades of Spicy Pink #E41BAC
Tints of Spicy Pink #E41BAC
RGB
CMYK
RGB Variations
Color information
#E41BAC (or 0xE41BAC) is known color: Spicy Pink. HEX triplet: E4, 1B and AC. RGB value is (228,27,172). Sum of RGB (Red+Green+Blue) = 228+27+172=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E41BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41BAC is #1BE453. Grayscale: #676767. Windows color (decimal): -1827924 or 11279332. OLE color: 11279332.
HSL color Cylindrical-coordinate representation of color #E41BAC: hue angle of 316.72º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41BAC is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 172 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.11 |
| HSL | 316.72º | 0.79% | 0.5% | - |
| HSV(B) | 316.72º | 0.88% | 0.89% | - |
| XYZ | 39.83 | 20.26 | 40.84 | - |
| YUV | 103.63 | 166.59 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 172 | 0 | 0.88 | 0.25 | 0.11 | 316.72 | 0.79 | 0.5 |
| Hex | E4 | 1B | AC | 0 | 58 | 19 | B | 13D | 4F | 32 |
| Octal | 344 | 33 | 254 | 0 | 130 | 31 | 13 | 475 | 117 | 62 |
| Binary | 11100100 | 11011 | 10101100 | 0 | 1011000 | 11001 | 1011 | 100111101 | 1001111 | 110010 |
Color Harmonies of #E41BAC
Complementary color
Monochromatic Colors of #E41BAC
Black with #E41BAC
Text Example
Text Example
White with #E41BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41BAC; }
p { color: rgb(228,27,172); }
H1.HeaderClassName
{
color: #E41BAC;
}
.AnyTagClassName
{
color: #E41BAC;
}
</style>
background-color css
<style>
a { background-color: #E41BAC; }
a { background-color: rgb(228,27,172); }
div.DivClassName
{
background-color: #E41BAC;
}
.BgClassName
{
background-color: #E41BAC;
}
</style>
border-color css
<style>
span { border-color: #E41BAC; }
span { border-color: rgb(228,27,172); }
td.TdClassName
{
border-color: #E41BAC;
}
.TagClassName
{
border-color: #E41BAC;
}
</style>