Shades of Spicy Pink #E12AB3
Tints of Spicy Pink #E12AB3
RGB
CMYK
RGB Variations
Color information
#E12AB3 (or 0xE12AB3) is known color: Spicy Pink. HEX triplet: E1, 2A and B3. RGB value is (225,42,179). Sum of RGB (Red+Green+Blue) = 225+42+179=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AB3 is #1ED54C. Grayscale: #6F6F6F. Windows color (decimal): -2020685 or 11741921. OLE color: 11741921.
HSL color Cylindrical-coordinate representation of color #E12AB3: hue angle of 315.08º 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 #E12AB3 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 179 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.12 |
| HSL | 315.08º | 0.75% | 0.52% | - |
| HSV(B) | 315.08º | 0.81% | 0.88% | - |
| XYZ | 40.02 | 20.92 | 44.58 | - |
| YUV | 112.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 179 | 0 | 0.81 | 0.20 | 0.12 | 315.08 | 0.75 | 0.52 |
| Hex | E1 | 2A | B3 | 0 | 51 | 14 | C | 13B | 4B | 34 |
| Octal | 341 | 52 | 263 | 0 | 121 | 24 | 14 | 473 | 113 | 64 |
| Binary | 11100001 | 101010 | 10110011 | 0 | 1010001 | 10100 | 1100 | 100111011 | 1001011 | 110100 |
Color Harmonies of #E12AB3
Complementary color
Monochromatic Colors of #E12AB3
Black with #E12AB3
Text Example
Text Example
White with #E12AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12AB3; }
p { color: rgb(225,42,179); }
H1.HeaderClassName
{
color: #E12AB3;
}
.AnyTagClassName
{
color: #E12AB3;
}
</style>
background-color css
<style>
a { background-color: #E12AB3; }
a { background-color: rgb(225,42,179); }
div.DivClassName
{
background-color: #E12AB3;
}
.BgClassName
{
background-color: #E12AB3;
}
</style>
border-color css
<style>
span { border-color: #E12AB3; }
span { border-color: rgb(225,42,179); }
td.TdClassName
{
border-color: #E12AB3;
}
.TagClassName
{
border-color: #E12AB3;
}
</style>