Shades of Spicy Pink #E12AB4
Tints of Spicy Pink #E12AB4
RGB
CMYK
RGB Variations
Color information
#E12AB4 (or 0xE12AB4) is known color: Spicy Pink. HEX triplet: E1, 2A and B4. RGB value is (225,42,180). Sum of RGB (Red+Green+Blue) = 225+42+180=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AB4 is #1ED54B. Grayscale: #707070. Windows color (decimal): -2020684 or 11807457. OLE color: 11807457.
HSL color Cylindrical-coordinate representation of color #E12AB4: hue angle of 314.75º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12AB4 is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 180 | - |
| CMYK | 0 | 0.81 | 0.2 | 0.12 |
| HSL | 314.75º | 0.75% | 0.52% | - |
| HSV(B) | 314.75º | 0.81% | 0.88% | - |
| XYZ | 40.12 | 20.96 | 45.11 | - |
| YUV | 112.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 180 | 0 | 0.81 | 0.2 | 0.12 | 314.75 | 0.75 | 0.52 |
| Hex | E1 | 2A | B4 | 0 | 51 | 14 | C | 13B | 4B | 34 |
| Octal | 341 | 52 | 264 | 0 | 121 | 24 | 14 | 473 | 113 | 64 |
| Binary | 11100001 | 101010 | 10110100 | 0 | 1010001 | 10100 | 1100 | 100111011 | 1001011 | 110100 |
Color Harmonies of #E12AB4
Complementary color
Monochromatic Colors of #E12AB4
Black with #E12AB4
Text Example
Text Example
White with #E12AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12AB4; }
p { color: rgb(225,42,180); }
H1.HeaderClassName
{
color: #E12AB4;
}
.AnyTagClassName
{
color: #E12AB4;
}
</style>
background-color css
<style>
a { background-color: #E12AB4; }
a { background-color: rgb(225,42,180); }
div.DivClassName
{
background-color: #E12AB4;
}
.BgClassName
{
background-color: #E12AB4;
}
</style>
border-color css
<style>
span { border-color: #E12AB4; }
span { border-color: rgb(225,42,180); }
td.TdClassName
{
border-color: #E12AB4;
}
.TagClassName
{
border-color: #E12AB4;
}
</style>