Shades of Spicy Pink #E21CB3
Tints of Spicy Pink #E21CB3
RGB
CMYK
RGB Variations
Color information
#E21CB3 (or 0xE21CB3) is known color: Spicy Pink. HEX triplet: E2, 1C and B3. RGB value is (226,28,179). Sum of RGB (Red+Green+Blue) = 226+28+179=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CB3 is #1DE34C. Grayscale: #686868. Windows color (decimal): -1958733 or 11738338. OLE color: 11738338.
HSL color Cylindrical-coordinate representation of color #E21CB3: hue angle of 314.24º 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 #E21CB3 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 179 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.11 |
| HSL | 314.24º | 0.78% | 0.5% | - |
| HSV(B) | 314.24º | 0.88% | 0.89% | - |
| XYZ | 39.92 | 20.25 | 44.45 | - |
| YUV | 104.42 | 170.1 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 179 | 0 | 0.88 | 0.21 | 0.11 | 314.24 | 0.78 | 0.5 |
| Hex | E2 | 1C | B3 | 0 | 58 | 15 | B | 13A | 4E | 32 |
| Octal | 342 | 34 | 263 | 0 | 130 | 25 | 13 | 472 | 116 | 62 |
| Binary | 11100010 | 11100 | 10110011 | 0 | 1011000 | 10101 | 1011 | 100111010 | 1001110 | 110010 |
Color Harmonies of #E21CB3
Complementary color
Monochromatic Colors of #E21CB3
Black with #E21CB3
Text Example
Text Example
White with #E21CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CB3; }
p { color: rgb(226,28,179); }
H1.HeaderClassName
{
color: #E21CB3;
}
.AnyTagClassName
{
color: #E21CB3;
}
</style>
background-color css
<style>
a { background-color: #E21CB3; }
a { background-color: rgb(226,28,179); }
div.DivClassName
{
background-color: #E21CB3;
}
.BgClassName
{
background-color: #E21CB3;
}
</style>
border-color css
<style>
span { border-color: #E21CB3; }
span { border-color: rgb(226,28,179); }
td.TdClassName
{
border-color: #E21CB3;
}
.TagClassName
{
border-color: #E21CB3;
}
</style>