Shades of Spicy Pink #E123AD
Tints of Spicy Pink #E123AD
RGB
CMYK
RGB Variations
Color information
#E123AD (or 0xE123AD) is known color: Spicy Pink. HEX triplet: E1, 23 and AD. RGB value is (225,35,173). Sum of RGB (Red+Green+Blue) = 225+35+173=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E123AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E123AD is #1EDC52. Grayscale: #6B6B6B. Windows color (decimal): -2022483 or 11346913. OLE color: 11346913.
HSL color Cylindrical-coordinate representation of color #E123AD: hue angle of 316.42º 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 #E123AD is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 173 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.12 |
| HSL | 316.42º | 0.76% | 0.51% | - |
| HSV(B) | 316.42º | 0.84% | 0.88% | - |
| XYZ | 39.2 | 20.23 | 41.37 | - |
| YUV | 107.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 173 | 0 | 0.84 | 0.23 | 0.12 | 316.42 | 0.76 | 0.51 |
| Hex | E1 | 23 | AD | 0 | 54 | 17 | C | 13C | 4C | 33 |
| Octal | 341 | 43 | 255 | 0 | 124 | 27 | 14 | 474 | 114 | 63 |
| Binary | 11100001 | 100011 | 10101101 | 0 | 1010100 | 10111 | 1100 | 100111100 | 1001100 | 110011 |
Color Harmonies of #E123AD
Complementary color
Monochromatic Colors of #E123AD
Black with #E123AD
Text Example
Text Example
White with #E123AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123AD; }
p { color: rgb(225,35,173); }
H1.HeaderClassName
{
color: #E123AD;
}
.AnyTagClassName
{
color: #E123AD;
}
</style>
background-color css
<style>
a { background-color: #E123AD; }
a { background-color: rgb(225,35,173); }
div.DivClassName
{
background-color: #E123AD;
}
.BgClassName
{
background-color: #E123AD;
}
</style>
border-color css
<style>
span { border-color: #E123AD; }
span { border-color: rgb(225,35,173); }
td.TdClassName
{
border-color: #E123AD;
}
.TagClassName
{
border-color: #E123AD;
}
</style>