Shades of Spicy Pink #EA2AB5
Tints of Spicy Pink #EA2AB5
RGB
CMYK
RGB Variations
Color information
#EA2AB5 (or 0xEA2AB5) is known color: Spicy Pink. HEX triplet: EA, 2A and B5. RGB value is (234,42,181). Sum of RGB (Red+Green+Blue) = 234+42+181=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AB5 is #15D54A. Grayscale: #727272. Windows color (decimal): -1430859 or 11873002. OLE color: 11873002.
HSL color Cylindrical-coordinate representation of color #EA2AB5: hue angle of 316.56º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2AB5 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 181 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.08 |
| HSL | 316.56º | 0.82% | 0.54% | - |
| HSV(B) | 316.56º | 0.82% | 0.92% | - |
| XYZ | 43.1 | 22.48 | 45.78 | - |
| YUV | 115.25 | 165.11 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 181 | 0 | 0.82 | 0.23 | 0.08 | 316.56 | 0.82 | 0.54 |
| Hex | EA | 2A | B5 | 0 | 52 | 17 | 8 | 13D | 52 | 36 |
| Octal | 352 | 52 | 265 | 0 | 122 | 27 | 10 | 475 | 122 | 66 |
| Binary | 11101010 | 101010 | 10110101 | 0 | 1010010 | 10111 | 1000 | 100111101 | 1010010 | 110110 |
Color Harmonies of #EA2AB5
Complementary color
Monochromatic Colors of #EA2AB5
Black with #EA2AB5
Text Example
Text Example
White with #EA2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AB5; }
p { color: rgb(234,42,181); }
H1.HeaderClassName
{
color: #EA2AB5;
}
.AnyTagClassName
{
color: #EA2AB5;
}
</style>
background-color css
<style>
a { background-color: #EA2AB5; }
a { background-color: rgb(234,42,181); }
div.DivClassName
{
background-color: #EA2AB5;
}
.BgClassName
{
background-color: #EA2AB5;
}
</style>
border-color css
<style>
span { border-color: #EA2AB5; }
span { border-color: rgb(234,42,181); }
td.TdClassName
{
border-color: #EA2AB5;
}
.TagClassName
{
border-color: #EA2AB5;
}
</style>