Shades of Spicy Pink #E218B0
Tints of Spicy Pink #E218B0
RGB
CMYK
RGB Variations
Color information
#E218B0 (or 0xE218B0) is known color: Spicy Pink. HEX triplet: E2, 18 and B0. RGB value is (226,24,176). Sum of RGB (Red+Green+Blue) = 226+24+176=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E218B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E218B0 is #1DE74F. Grayscale: #656565. Windows color (decimal): -1959760 or 11540706. OLE color: 11540706.
HSL color Cylindrical-coordinate representation of color #E218B0: hue angle of 314.85º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E218B0 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 176 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.11 |
| HSL | 314.85º | 0.81% | 0.49% | - |
| HSV(B) | 314.85º | 0.89% | 0.89% | - |
| XYZ | 39.53 | 19.96 | 42.84 | - |
| YUV | 101.73 | 169.92 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 176 | 0 | 0.89 | 0.22 | 0.11 | 314.85 | 0.81 | 0.49 |
| Hex | E2 | 18 | B0 | 0 | 59 | 16 | B | 13B | 51 | 31 |
| Octal | 342 | 30 | 260 | 0 | 131 | 26 | 13 | 473 | 121 | 61 |
| Binary | 11100010 | 11000 | 10110000 | 0 | 1011001 | 10110 | 1011 | 100111011 | 1010001 | 110001 |
Color Harmonies of #E218B0
Complementary color
Monochromatic Colors of #E218B0
Black with #E218B0
Text Example
Text Example
White with #E218B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218B0; }
p { color: rgb(226,24,176); }
H1.HeaderClassName
{
color: #E218B0;
}
.AnyTagClassName
{
color: #E218B0;
}
</style>
background-color css
<style>
a { background-color: #E218B0; }
a { background-color: rgb(226,24,176); }
div.DivClassName
{
background-color: #E218B0;
}
.BgClassName
{
background-color: #E218B0;
}
</style>
border-color css
<style>
span { border-color: #E218B0; }
span { border-color: rgb(226,24,176); }
td.TdClassName
{
border-color: #E218B0;
}
.TagClassName
{
border-color: #E218B0;
}
</style>