Shades of Spicy Pink #EA28B1
Tints of Spicy Pink #EA28B1
RGB
CMYK
RGB Variations
Color information
#EA28B1 (or 0xEA28B1) is known color: Spicy Pink. HEX triplet: EA, 28 and B1. RGB value is (234,40,177). Sum of RGB (Red+Green+Blue) = 234+40+177=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28B1 is #15D74E. Grayscale: #717171. Windows color (decimal): -1431375 or 11610346. OLE color: 11610346.
HSL color Cylindrical-coordinate representation of color #EA28B1: hue angle of 317.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA28B1 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 177 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.08 |
| HSL | 317.63º | 0.82% | 0.54% | - |
| HSV(B) | 317.63º | 0.83% | 0.92% | - |
| XYZ | 42.63 | 22.18 | 43.63 | - |
| YUV | 113.62 | 163.77 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 177 | 0 | 0.83 | 0.24 | 0.08 | 317.63 | 0.82 | 0.54 |
| Hex | EA | 28 | B1 | 0 | 53 | 18 | 8 | 13E | 52 | 36 |
| Octal | 352 | 50 | 261 | 0 | 123 | 30 | 10 | 476 | 122 | 66 |
| Binary | 11101010 | 101000 | 10110001 | 0 | 1010011 | 11000 | 1000 | 100111110 | 1010010 | 110110 |
Color Harmonies of #EA28B1
Complementary color
Monochromatic Colors of #EA28B1
Black with #EA28B1
Text Example
Text Example
White with #EA28B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28B1; }
p { color: rgb(234,40,177); }
H1.HeaderClassName
{
color: #EA28B1;
}
.AnyTagClassName
{
color: #EA28B1;
}
</style>
background-color css
<style>
a { background-color: #EA28B1; }
a { background-color: rgb(234,40,177); }
div.DivClassName
{
background-color: #EA28B1;
}
.BgClassName
{
background-color: #EA28B1;
}
</style>
border-color css
<style>
span { border-color: #EA28B1; }
span { border-color: rgb(234,40,177); }
td.TdClassName
{
border-color: #EA28B1;
}
.TagClassName
{
border-color: #EA28B1;
}
</style>