Shades of Spicy Pink #E123AA
Tints of Spicy Pink #E123AA
RGB
CMYK
RGB Variations
Color information
#E123AA (or 0xE123AA) is known color: Spicy Pink. HEX triplet: E1, 23 and AA. RGB value is (225,35,170). Sum of RGB (Red+Green+Blue) = 225+35+170=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E123AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E123AA is #1EDC55. Grayscale: #6A6A6A. Windows color (decimal): -2022486 or 11150305. OLE color: 11150305.
HSL color Cylindrical-coordinate representation of color #E123AA: hue angle of 317.37º 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 #E123AA is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 170 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.12 |
| HSL | 317.37º | 0.76% | 0.51% | - |
| HSV(B) | 317.37º | 0.84% | 0.88% | - |
| XYZ | 38.91 | 20.11 | 39.86 | - |
| YUV | 107.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 170 | 0 | 0.84 | 0.24 | 0.12 | 317.37 | 0.76 | 0.51 |
| Hex | E1 | 23 | AA | 0 | 54 | 18 | C | 13D | 4C | 33 |
| Octal | 341 | 43 | 252 | 0 | 124 | 30 | 14 | 475 | 114 | 63 |
| Binary | 11100001 | 100011 | 10101010 | 0 | 1010100 | 11000 | 1100 | 100111101 | 1001100 | 110011 |
Color Harmonies of #E123AA
Complementary color
Monochromatic Colors of #E123AA
Black with #E123AA
Text Example
Text Example
White with #E123AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123AA; }
p { color: rgb(225,35,170); }
H1.HeaderClassName
{
color: #E123AA;
}
.AnyTagClassName
{
color: #E123AA;
}
</style>
background-color css
<style>
a { background-color: #E123AA; }
a { background-color: rgb(225,35,170); }
div.DivClassName
{
background-color: #E123AA;
}
.BgClassName
{
background-color: #E123AA;
}
</style>
border-color css
<style>
span { border-color: #E123AA; }
span { border-color: rgb(225,35,170); }
td.TdClassName
{
border-color: #E123AA;
}
.TagClassName
{
border-color: #E123AA;
}
</style>