Shades of Spicy Pink #E123AF
Tints of Spicy Pink #E123AF
RGB
CMYK
RGB Variations
Color information
#E123AF (or 0xE123AF) is known color: Spicy Pink. HEX triplet: E1, 23 and AF. RGB value is (225,35,175). Sum of RGB (Red+Green+Blue) = 225+35+175=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E123AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E123AF is #1EDC50. Grayscale: #6B6B6B. Windows color (decimal): -2022481 or 11477985. OLE color: 11477985.
HSL color Cylindrical-coordinate representation of color #E123AF: hue angle of 315.79º 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 #E123AF is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 175 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.12 |
| HSL | 315.79º | 0.76% | 0.51% | - |
| HSV(B) | 315.79º | 0.84% | 0.88% | - |
| XYZ | 39.39 | 20.3 | 42.4 | - |
| YUV | 107.77 | 165.95 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 175 | 0 | 0.84 | 0.22 | 0.12 | 315.79 | 0.76 | 0.51 |
| Hex | E1 | 23 | AF | 0 | 54 | 16 | C | 13C | 4C | 33 |
| Octal | 341 | 43 | 257 | 0 | 124 | 26 | 14 | 474 | 114 | 63 |
| Binary | 11100001 | 100011 | 10101111 | 0 | 1010100 | 10110 | 1100 | 100111100 | 1001100 | 110011 |
Color Harmonies of #E123AF
Complementary color
Monochromatic Colors of #E123AF
Black with #E123AF
Text Example
Text Example
White with #E123AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123AF; }
p { color: rgb(225,35,175); }
H1.HeaderClassName
{
color: #E123AF;
}
.AnyTagClassName
{
color: #E123AF;
}
</style>
background-color css
<style>
a { background-color: #E123AF; }
a { background-color: rgb(225,35,175); }
div.DivClassName
{
background-color: #E123AF;
}
.BgClassName
{
background-color: #E123AF;
}
</style>
border-color css
<style>
span { border-color: #E123AF; }
span { border-color: rgb(225,35,175); }
td.TdClassName
{
border-color: #E123AF;
}
.TagClassName
{
border-color: #E123AF;
}
</style>