Shades of Spicy Pink #E11CAA
Tints of Spicy Pink #E11CAA
RGB
CMYK
RGB Variations
Color information
#E11CAA (or 0xE11CAA) is known color: Spicy Pink. HEX triplet: E1, 1C and AA. RGB value is (225,28,170). Sum of RGB (Red+Green+Blue) = 225+28+170=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CAA is #1EE355. Grayscale: #666666. Windows color (decimal): -2024278 or 11148513. OLE color: 11148513.
HSL color Cylindrical-coordinate representation of color #E11CAA: hue angle of 316.75º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CAA is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 170 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.12 |
| HSL | 316.75º | 0.78% | 0.5% | - |
| HSV(B) | 316.75º | 0.88% | 0.88% | - |
| XYZ | 38.72 | 19.74 | 39.8 | - |
| YUV | 103.09 | 165.77 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 170 | 0 | 0.88 | 0.24 | 0.12 | 316.75 | 0.78 | 0.5 |
| Hex | E1 | 1C | AA | 0 | 58 | 18 | C | 13D | 4E | 32 |
| Octal | 341 | 34 | 252 | 0 | 130 | 30 | 14 | 475 | 116 | 62 |
| Binary | 11100001 | 11100 | 10101010 | 0 | 1011000 | 11000 | 1100 | 100111101 | 1001110 | 110010 |
Color Harmonies of #E11CAA
Complementary color
Monochromatic Colors of #E11CAA
Black with #E11CAA
Text Example
Text Example
White with #E11CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CAA; }
p { color: rgb(225,28,170); }
H1.HeaderClassName
{
color: #E11CAA;
}
.AnyTagClassName
{
color: #E11CAA;
}
</style>
background-color css
<style>
a { background-color: #E11CAA; }
a { background-color: rgb(225,28,170); }
div.DivClassName
{
background-color: #E11CAA;
}
.BgClassName
{
background-color: #E11CAA;
}
</style>
border-color css
<style>
span { border-color: #E11CAA; }
span { border-color: rgb(225,28,170); }
td.TdClassName
{
border-color: #E11CAA;
}
.TagClassName
{
border-color: #E11CAA;
}
</style>