Shades of Spicy Pink #E11CB2
Tints of Spicy Pink #E11CB2
RGB
CMYK
RGB Variations
Color information
#E11CB2 (or 0xE11CB2) is known color: Spicy Pink. HEX triplet: E1, 1C and B2. RGB value is (225,28,178). Sum of RGB (Red+Green+Blue) = 225+28+178=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CB2 is #1EE34D. Grayscale: #676767. Windows color (decimal): -2024270 or 11672801. OLE color: 11672801.
HSL color Cylindrical-coordinate representation of color #E11CB2: hue angle of 314.31º 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 #E11CB2 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 178 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.12 |
| HSL | 314.31º | 0.78% | 0.5% | - |
| HSV(B) | 314.31º | 0.88% | 0.88% | - |
| XYZ | 39.5 | 20.05 | 43.91 | - |
| YUV | 104 | 169.77 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 178 | 0 | 0.88 | 0.21 | 0.12 | 314.31 | 0.78 | 0.5 |
| Hex | E1 | 1C | B2 | 0 | 58 | 15 | C | 13A | 4E | 32 |
| Octal | 341 | 34 | 262 | 0 | 130 | 25 | 14 | 472 | 116 | 62 |
| Binary | 11100001 | 11100 | 10110010 | 0 | 1011000 | 10101 | 1100 | 100111010 | 1001110 | 110010 |
Color Harmonies of #E11CB2
Complementary color
Monochromatic Colors of #E11CB2
Black with #E11CB2
Text Example
Text Example
White with #E11CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CB2; }
p { color: rgb(225,28,178); }
H1.HeaderClassName
{
color: #E11CB2;
}
.AnyTagClassName
{
color: #E11CB2;
}
</style>
background-color css
<style>
a { background-color: #E11CB2; }
a { background-color: rgb(225,28,178); }
div.DivClassName
{
background-color: #E11CB2;
}
.BgClassName
{
background-color: #E11CB2;
}
</style>
border-color css
<style>
span { border-color: #E11CB2; }
span { border-color: rgb(225,28,178); }
td.TdClassName
{
border-color: #E11CB2;
}
.TagClassName
{
border-color: #E11CB2;
}
</style>