Shades of Spicy Pink #EA2AB6
Tints of Spicy Pink #EA2AB6
RGB
CMYK
RGB Variations
Color information
#EA2AB6 (or 0xEA2AB6) is known color: Spicy Pink. HEX triplet: EA, 2A and B6. RGB value is (234,42,182). Sum of RGB (Red+Green+Blue) = 234+42+182=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2AB6 is #15D549. Grayscale: #737373. Windows color (decimal): -1430858 or 11938538. OLE color: 11938538.
HSL color Cylindrical-coordinate representation of color #EA2AB6: hue angle of 316.25º 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 #EA2AB6 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 182 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.08 |
| HSL | 316.25º | 0.82% | 0.54% | - |
| HSV(B) | 316.25º | 0.82% | 0.92% | - |
| XYZ | 43.2 | 22.53 | 46.33 | - |
| YUV | 115.37 | 165.61 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 182 | 0 | 0.82 | 0.22 | 0.08 | 316.25 | 0.82 | 0.54 |
| Hex | EA | 2A | B6 | 0 | 52 | 16 | 8 | 13C | 52 | 36 |
| Octal | 352 | 52 | 266 | 0 | 122 | 26 | 10 | 474 | 122 | 66 |
| Binary | 11101010 | 101010 | 10110110 | 0 | 1010010 | 10110 | 1000 | 100111100 | 1010010 | 110110 |
Color Harmonies of #EA2AB6
Complementary color
Monochromatic Colors of #EA2AB6
Black with #EA2AB6
Text Example
Text Example
White with #EA2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2AB6; }
p { color: rgb(234,42,182); }
H1.HeaderClassName
{
color: #EA2AB6;
}
.AnyTagClassName
{
color: #EA2AB6;
}
</style>
background-color css
<style>
a { background-color: #EA2AB6; }
a { background-color: rgb(234,42,182); }
div.DivClassName
{
background-color: #EA2AB6;
}
.BgClassName
{
background-color: #EA2AB6;
}
</style>
border-color css
<style>
span { border-color: #EA2AB6; }
span { border-color: rgb(234,42,182); }
td.TdClassName
{
border-color: #EA2AB6;
}
.TagClassName
{
border-color: #EA2AB6;
}
</style>