Shades of Spicy Pink #E41BA5
Tints of Spicy Pink #E41BA5
RGB
CMYK
RGB Variations
Color information
#E41BA5 (or 0xE41BA5) is known color: Spicy Pink. HEX triplet: E4, 1B and A5. RGB value is (228,27,165). Sum of RGB (Red+Green+Blue) = 228+27+165=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E41BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41BA5 is #1BE45A. Grayscale: #666666. Windows color (decimal): -1827931 or 10820580. OLE color: 10820580.
HSL color Cylindrical-coordinate representation of color #E41BA5: hue angle of 318.81º 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 #E41BA5 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 165 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.11 |
| HSL | 318.81º | 0.79% | 0.5% | - |
| HSV(B) | 318.81º | 0.88% | 0.89% | - |
| XYZ | 39.18 | 19.99 | 37.39 | - |
| YUV | 102.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 165 | 0 | 0.88 | 0.28 | 0.11 | 318.81 | 0.79 | 0.5 |
| Hex | E4 | 1B | A5 | 0 | 58 | 1C | B | 13F | 4F | 32 |
| Octal | 344 | 33 | 245 | 0 | 130 | 34 | 13 | 477 | 117 | 62 |
| Binary | 11100100 | 11011 | 10100101 | 0 | 1011000 | 11100 | 1011 | 100111111 | 1001111 | 110010 |
Color Harmonies of #E41BA5
Complementary color
Monochromatic Colors of #E41BA5
Black with #E41BA5
Text Example
Text Example
White with #E41BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41BA5; }
p { color: rgb(228,27,165); }
H1.HeaderClassName
{
color: #E41BA5;
}
.AnyTagClassName
{
color: #E41BA5;
}
</style>
background-color css
<style>
a { background-color: #E41BA5; }
a { background-color: rgb(228,27,165); }
div.DivClassName
{
background-color: #E41BA5;
}
.BgClassName
{
background-color: #E41BA5;
}
</style>
border-color css
<style>
span { border-color: #E41BA5; }
span { border-color: rgb(228,27,165); }
td.TdClassName
{
border-color: #E41BA5;
}
.TagClassName
{
border-color: #E41BA5;
}
</style>