Shades of Spicy Pink #E41CAA
Tints of Spicy Pink #E41CAA
RGB
CMYK
RGB Variations
Color information
#E41CAA (or 0xE41CAA) is known color: Spicy Pink. HEX triplet: E4, 1C and AA. RGB value is (228,28,170). Sum of RGB (Red+Green+Blue) = 228+28+170=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41CAA is #1BE355. Grayscale: #676767. Windows color (decimal): -1827670 or 11148516. OLE color: 11148516.
HSL color Cylindrical-coordinate representation of color #E41CAA: hue angle of 317.4º 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 #E41CAA is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 170 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.11 |
| HSL | 317.4º | 0.79% | 0.5% | - |
| HSV(B) | 317.4º | 0.88% | 0.89% | - |
| XYZ | 39.67 | 20.23 | 39.84 | - |
| YUV | 103.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 170 | 0 | 0.88 | 0.25 | 0.11 | 317.4 | 0.79 | 0.5 |
| Hex | E4 | 1C | AA | 0 | 58 | 19 | B | 13D | 4F | 32 |
| Octal | 344 | 34 | 252 | 0 | 130 | 31 | 13 | 475 | 117 | 62 |
| Binary | 11100100 | 11100 | 10101010 | 0 | 1011000 | 11001 | 1011 | 100111101 | 1001111 | 110010 |
Color Harmonies of #E41CAA
Complementary color
Monochromatic Colors of #E41CAA
Black with #E41CAA
Text Example
Text Example
White with #E41CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CAA; }
p { color: rgb(228,28,170); }
H1.HeaderClassName
{
color: #E41CAA;
}
.AnyTagClassName
{
color: #E41CAA;
}
</style>
background-color css
<style>
a { background-color: #E41CAA; }
a { background-color: rgb(228,28,170); }
div.DivClassName
{
background-color: #E41CAA;
}
.BgClassName
{
background-color: #E41CAA;
}
</style>
border-color css
<style>
span { border-color: #E41CAA; }
span { border-color: rgb(228,28,170); }
td.TdClassName
{
border-color: #E41CAA;
}
.TagClassName
{
border-color: #E41CAA;
}
</style>