Shades of Spicy Pink #E21CAE
Tints of Spicy Pink #E21CAE
RGB
CMYK
RGB Variations
Color information
#E21CAE (or 0xE21CAE) is known color: Spicy Pink. HEX triplet: E2, 1C and AE. RGB value is (226,28,174). Sum of RGB (Red+Green+Blue) = 226+28+174=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21CAE is #1DE351. Grayscale: #676767. Windows color (decimal): -1958738 or 11410658. OLE color: 11410658.
HSL color Cylindrical-coordinate representation of color #E21CAE: hue angle of 315.76º degrees, saturation: 0.78, 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 #E21CAE is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 174 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.11 |
| HSL | 315.76º | 0.78% | 0.5% | - |
| HSV(B) | 315.76º | 0.88% | 0.89% | - |
| XYZ | 39.42 | 20.06 | 41.84 | - |
| YUV | 103.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 174 | 0 | 0.88 | 0.23 | 0.11 | 315.76 | 0.78 | 0.5 |
| Hex | E2 | 1C | AE | 0 | 58 | 17 | B | 13C | 4E | 32 |
| Octal | 342 | 34 | 256 | 0 | 130 | 27 | 13 | 474 | 116 | 62 |
| Binary | 11100010 | 11100 | 10101110 | 0 | 1011000 | 10111 | 1011 | 100111100 | 1001110 | 110010 |
Color Harmonies of #E21CAE
Complementary color
Monochromatic Colors of #E21CAE
Black with #E21CAE
Text Example
Text Example
White with #E21CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CAE; }
p { color: rgb(226,28,174); }
H1.HeaderClassName
{
color: #E21CAE;
}
.AnyTagClassName
{
color: #E21CAE;
}
</style>
background-color css
<style>
a { background-color: #E21CAE; }
a { background-color: rgb(226,28,174); }
div.DivClassName
{
background-color: #E21CAE;
}
.BgClassName
{
background-color: #E21CAE;
}
</style>
border-color css
<style>
span { border-color: #E21CAE; }
span { border-color: rgb(226,28,174); }
td.TdClassName
{
border-color: #E21CAE;
}
.TagClassName
{
border-color: #E21CAE;
}
</style>