Shades of Spicy Pink #EA2AB4
Tints of Spicy Pink #EA2AB4
RGB
CMYK
RGB Variations
Color information
#EA2AB4 (or 0xEA2AB4) is known color: Spicy Pink. HEX triplet: EA, 2A and B4. RGB value is (234,42,180). Sum of RGB (Red+Green+Blue) = 234+42+180=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AB4 is #15D54B. Grayscale: #727272. Windows color (decimal): -1430860 or 11807466. OLE color: 11807466.
HSL color Cylindrical-coordinate representation of color #EA2AB4: hue angle of 316.88º 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 #EA2AB4 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 180 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.08 |
| HSL | 316.88º | 0.82% | 0.54% | - |
| HSV(B) | 316.88º | 0.82% | 0.92% | - |
| XYZ | 43 | 22.44 | 45.25 | - |
| YUV | 115.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 180 | 0 | 0.82 | 0.23 | 0.08 | 316.88 | 0.82 | 0.54 |
| Hex | EA | 2A | B4 | 0 | 52 | 17 | 8 | 13D | 52 | 36 |
| Octal | 352 | 52 | 264 | 0 | 122 | 27 | 10 | 475 | 122 | 66 |
| Binary | 11101010 | 101010 | 10110100 | 0 | 1010010 | 10111 | 1000 | 100111101 | 1010010 | 110110 |
Color Harmonies of #EA2AB4
Complementary color
Monochromatic Colors of #EA2AB4
Black with #EA2AB4
Text Example
Text Example
White with #EA2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AB4; }
p { color: rgb(234,42,180); }
H1.HeaderClassName
{
color: #EA2AB4;
}
.AnyTagClassName
{
color: #EA2AB4;
}
</style>
background-color css
<style>
a { background-color: #EA2AB4; }
a { background-color: rgb(234,42,180); }
div.DivClassName
{
background-color: #EA2AB4;
}
.BgClassName
{
background-color: #EA2AB4;
}
</style>
border-color css
<style>
span { border-color: #EA2AB4; }
span { border-color: rgb(234,42,180); }
td.TdClassName
{
border-color: #EA2AB4;
}
.TagClassName
{
border-color: #EA2AB4;
}
</style>