Shades of Spicy Pink #EA28B8
Tints of Spicy Pink #EA28B8
RGB
CMYK
RGB Variations
Color information
#EA28B8 (or 0xEA28B8) is known color: Spicy Pink. HEX triplet: EA, 28 and B8. RGB value is (234,40,184). Sum of RGB (Red+Green+Blue) = 234+40+184=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28B8 is #15D747. Grayscale: #727272. Windows color (decimal): -1431368 or 12069098. OLE color: 12069098.
HSL color Cylindrical-coordinate representation of color #EA28B8: hue angle of 315.46º 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 #EA28B8 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 184 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.08 |
| HSL | 315.46º | 0.82% | 0.54% | - |
| HSV(B) | 315.46º | 0.83% | 0.92% | - |
| XYZ | 43.34 | 22.47 | 47.4 | - |
| YUV | 114.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 184 | 0 | 0.83 | 0.21 | 0.08 | 315.46 | 0.82 | 0.54 |
| Hex | EA | 28 | B8 | 0 | 53 | 15 | 8 | 13B | 52 | 36 |
| Octal | 352 | 50 | 270 | 0 | 123 | 25 | 10 | 473 | 122 | 66 |
| Binary | 11101010 | 101000 | 10111000 | 0 | 1010011 | 10101 | 1000 | 100111011 | 1010010 | 110110 |
Color Harmonies of #EA28B8
Complementary color
Monochromatic Colors of #EA28B8
Black with #EA28B8
Text Example
Text Example
White with #EA28B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28B8; }
p { color: rgb(234,40,184); }
H1.HeaderClassName
{
color: #EA28B8;
}
.AnyTagClassName
{
color: #EA28B8;
}
</style>
background-color css
<style>
a { background-color: #EA28B8; }
a { background-color: rgb(234,40,184); }
div.DivClassName
{
background-color: #EA28B8;
}
.BgClassName
{
background-color: #EA28B8;
}
</style>
border-color css
<style>
span { border-color: #EA28B8; }
span { border-color: rgb(234,40,184); }
td.TdClassName
{
border-color: #EA28B8;
}
.TagClassName
{
border-color: #EA28B8;
}
</style>