Shades of Spicy Pink #E123B0
Tints of Spicy Pink #E123B0
RGB
CMYK
RGB Variations
Color information
#E123B0 (or 0xE123B0) is known color: Spicy Pink. HEX triplet: E1, 23 and B0. RGB value is (225,35,176). Sum of RGB (Red+Green+Blue) = 225+35+176=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E123B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E123B0 is #1EDC4F. Grayscale: #6B6B6B. Windows color (decimal): -2022480 or 11543521. OLE color: 11543521.
HSL color Cylindrical-coordinate representation of color #E123B0: hue angle of 315.47º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E123B0 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 176 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.12 |
| HSL | 315.47º | 0.76% | 0.51% | - |
| HSV(B) | 315.47º | 0.84% | 0.88% | - |
| XYZ | 39.49 | 20.34 | 42.92 | - |
| YUV | 107.88 | 166.45 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 176 | 0 | 0.84 | 0.22 | 0.12 | 315.47 | 0.76 | 0.51 |
| Hex | E1 | 23 | B0 | 0 | 54 | 16 | C | 13B | 4C | 33 |
| Octal | 341 | 43 | 260 | 0 | 124 | 26 | 14 | 473 | 114 | 63 |
| Binary | 11100001 | 100011 | 10110000 | 0 | 1010100 | 10110 | 1100 | 100111011 | 1001100 | 110011 |
Color Harmonies of #E123B0
Complementary color
Monochromatic Colors of #E123B0
Black with #E123B0
Text Example
Text Example
White with #E123B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123B0; }
p { color: rgb(225,35,176); }
H1.HeaderClassName
{
color: #E123B0;
}
.AnyTagClassName
{
color: #E123B0;
}
</style>
background-color css
<style>
a { background-color: #E123B0; }
a { background-color: rgb(225,35,176); }
div.DivClassName
{
background-color: #E123B0;
}
.BgClassName
{
background-color: #E123B0;
}
</style>
border-color css
<style>
span { border-color: #E123B0; }
span { border-color: rgb(225,35,176); }
td.TdClassName
{
border-color: #E123B0;
}
.TagClassName
{
border-color: #E123B0;
}
</style>