Shades of Spicy Pink #EA2AB9
Tints of Spicy Pink #EA2AB9
RGB
CMYK
RGB Variations
Color information
#EA2AB9 (or 0xEA2AB9) is known color: Spicy Pink. HEX triplet: EA, 2A and B9. RGB value is (234,42,185). Sum of RGB (Red+Green+Blue) = 234+42+185=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AB9 is #15D546. Grayscale: #737373. Windows color (decimal): -1430855 or 12135146. OLE color: 12135146.
HSL color Cylindrical-coordinate representation of color #EA2AB9: hue angle of 315.31º 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 #EA2AB9 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 185 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.08 |
| HSL | 315.31º | 0.82% | 0.54% | - |
| HSV(B) | 315.31º | 0.82% | 0.92% | - |
| XYZ | 43.52 | 22.65 | 47.98 | - |
| YUV | 115.71 | 167.11 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 185 | 0 | 0.82 | 0.21 | 0.08 | 315.31 | 0.82 | 0.54 |
| Hex | EA | 2A | B9 | 0 | 52 | 15 | 8 | 13B | 52 | 36 |
| Octal | 352 | 52 | 271 | 0 | 122 | 25 | 10 | 473 | 122 | 66 |
| Binary | 11101010 | 101010 | 10111001 | 0 | 1010010 | 10101 | 1000 | 100111011 | 1010010 | 110110 |
Color Harmonies of #EA2AB9
Complementary color
Monochromatic Colors of #EA2AB9
Black with #EA2AB9
Text Example
Text Example
White with #EA2AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AB9; }
p { color: rgb(234,42,185); }
H1.HeaderClassName
{
color: #EA2AB9;
}
.AnyTagClassName
{
color: #EA2AB9;
}
</style>
background-color css
<style>
a { background-color: #EA2AB9; }
a { background-color: rgb(234,42,185); }
div.DivClassName
{
background-color: #EA2AB9;
}
.BgClassName
{
background-color: #EA2AB9;
}
</style>
border-color css
<style>
span { border-color: #EA2AB9; }
span { border-color: rgb(234,42,185); }
td.TdClassName
{
border-color: #EA2AB9;
}
.TagClassName
{
border-color: #EA2AB9;
}
</style>