Shades of Spicy Pink #E21CB4
Tints of Spicy Pink #E21CB4
RGB
CMYK
RGB Variations
Color information
#E21CB4 (or 0xE21CB4) is known color: Spicy Pink. HEX triplet: E2, 1C and B4. RGB value is (226,28,180). Sum of RGB (Red+Green+Blue) = 226+28+180=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CB4 is #1DE34B. Grayscale: #686868. Windows color (decimal): -1958732 or 11803874. OLE color: 11803874.
HSL color Cylindrical-coordinate representation of color #E21CB4: hue angle of 313.94º 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 #E21CB4 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 180 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.11 |
| HSL | 313.94º | 0.78% | 0.5% | - |
| HSV(B) | 313.94º | 0.88% | 0.89% | - |
| XYZ | 40.02 | 20.29 | 44.99 | - |
| YUV | 104.53 | 170.6 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 180 | 0 | 0.88 | 0.20 | 0.11 | 313.94 | 0.78 | 0.5 |
| Hex | E2 | 1C | B4 | 0 | 58 | 14 | B | 13A | 4E | 32 |
| Octal | 342 | 34 | 264 | 0 | 130 | 24 | 13 | 472 | 116 | 62 |
| Binary | 11100010 | 11100 | 10110100 | 0 | 1011000 | 10100 | 1011 | 100111010 | 1001110 | 110010 |
Color Harmonies of #E21CB4
Complementary color
Monochromatic Colors of #E21CB4
Black with #E21CB4
Text Example
Text Example
White with #E21CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CB4; }
p { color: rgb(226,28,180); }
H1.HeaderClassName
{
color: #E21CB4;
}
.AnyTagClassName
{
color: #E21CB4;
}
</style>
background-color css
<style>
a { background-color: #E21CB4; }
a { background-color: rgb(226,28,180); }
div.DivClassName
{
background-color: #E21CB4;
}
.BgClassName
{
background-color: #E21CB4;
}
</style>
border-color css
<style>
span { border-color: #E21CB4; }
span { border-color: rgb(226,28,180); }
td.TdClassName
{
border-color: #E21CB4;
}
.TagClassName
{
border-color: #E21CB4;
}
</style>