Shades of Spicy Pink #E11CA5
Tints of Spicy Pink #E11CA5
RGB
CMYK
RGB Variations
Color information
#E11CA5 (or 0xE11CA5) is known color: Spicy Pink. HEX triplet: E1, 1C and A5. RGB value is (225,28,165). Sum of RGB (Red+Green+Blue) = 225+28+165=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CA5 is #1EE35A. Grayscale: #666666. Windows color (decimal): -2024283 or 10820833. OLE color: 10820833.
HSL color Cylindrical-coordinate representation of color #E11CA5: hue angle of 318.27º 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 #E11CA5 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 165 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.12 |
| HSL | 318.27º | 0.78% | 0.5% | - |
| HSV(B) | 318.27º | 0.88% | 0.88% | - |
| XYZ | 38.26 | 19.55 | 37.36 | - |
| YUV | 102.52 | 163.27 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 165 | 0 | 0.88 | 0.27 | 0.12 | 318.27 | 0.78 | 0.5 |
| Hex | E1 | 1C | A5 | 0 | 58 | 1B | C | 13E | 4E | 32 |
| Octal | 341 | 34 | 245 | 0 | 130 | 33 | 14 | 476 | 116 | 62 |
| Binary | 11100001 | 11100 | 10100101 | 0 | 1011000 | 11011 | 1100 | 100111110 | 1001110 | 110010 |
Color Harmonies of #E11CA5
Complementary color
Monochromatic Colors of #E11CA5
Black with #E11CA5
Text Example
Text Example
White with #E11CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CA5; }
p { color: rgb(225,28,165); }
H1.HeaderClassName
{
color: #E11CA5;
}
.AnyTagClassName
{
color: #E11CA5;
}
</style>
background-color css
<style>
a { background-color: #E11CA5; }
a { background-color: rgb(225,28,165); }
div.DivClassName
{
background-color: #E11CA5;
}
.BgClassName
{
background-color: #E11CA5;
}
</style>
border-color css
<style>
span { border-color: #E11CA5; }
span { border-color: rgb(225,28,165); }
td.TdClassName
{
border-color: #E11CA5;
}
.TagClassName
{
border-color: #E11CA5;
}
</style>