Shades of Spicy Pink #E121B5
Tints of Spicy Pink #E121B5
RGB
CMYK
RGB Variations
Color information
#E121B5 (or 0xE121B5) is known color: Spicy Pink. HEX triplet: E1, 21 and B5. RGB value is (225,33,181). Sum of RGB (Red+Green+Blue) = 225+33+181=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E121B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121B5 is #1EDE4A. Grayscale: #6A6A6A. Windows color (decimal): -2022987 or 11870689. OLE color: 11870689.
HSL color Cylindrical-coordinate representation of color #E121B5: hue angle of 313.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121B5 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 181 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.12 |
| HSL | 313.75º | 0.76% | 0.51% | - |
| HSV(B) | 313.75º | 0.85% | 0.88% | - |
| XYZ | 39.94 | 20.43 | 45.55 | - |
| YUV | 107.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 181 | 0 | 0.85 | 0.20 | 0.12 | 313.75 | 0.76 | 0.51 |
| Hex | E1 | 21 | B5 | 0 | 55 | 14 | C | 13A | 4C | 33 |
| Octal | 341 | 41 | 265 | 0 | 125 | 24 | 14 | 472 | 114 | 63 |
| Binary | 11100001 | 100001 | 10110101 | 0 | 1010101 | 10100 | 1100 | 100111010 | 1001100 | 110011 |
Color Harmonies of #E121B5
Complementary color
Monochromatic Colors of #E121B5
Black with #E121B5
Text Example
Text Example
White with #E121B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121B5; }
p { color: rgb(225,33,181); }
H1.HeaderClassName
{
color: #E121B5;
}
.AnyTagClassName
{
color: #E121B5;
}
</style>
background-color css
<style>
a { background-color: #E121B5; }
a { background-color: rgb(225,33,181); }
div.DivClassName
{
background-color: #E121B5;
}
.BgClassName
{
background-color: #E121B5;
}
</style>
border-color css
<style>
span { border-color: #E121B5; }
span { border-color: rgb(225,33,181); }
td.TdClassName
{
border-color: #E121B5;
}
.TagClassName
{
border-color: #E121B5;
}
</style>