Shades of Spicy Pink #EA28B7
Tints of Spicy Pink #EA28B7
RGB
CMYK
RGB Variations
Color information
#EA28B7 (or 0xEA28B7) is known color: Spicy Pink. HEX triplet: EA, 28 and B7. RGB value is (234,40,183). Sum of RGB (Red+Green+Blue) = 234+40+183=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28B7 is #15D748. Grayscale: #717171. Windows color (decimal): -1431369 or 12003562. OLE color: 12003562.
HSL color Cylindrical-coordinate representation of color #EA28B7: hue angle of 315.77º 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 #EA28B7 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 183 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.08 |
| HSL | 315.77º | 0.82% | 0.54% | - |
| HSV(B) | 315.77º | 0.83% | 0.92% | - |
| XYZ | 43.24 | 22.43 | 46.85 | - |
| YUV | 114.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 183 | 0 | 0.83 | 0.22 | 0.08 | 315.77 | 0.82 | 0.54 |
| Hex | EA | 28 | B7 | 0 | 53 | 16 | 8 | 13C | 52 | 36 |
| Octal | 352 | 50 | 267 | 0 | 123 | 26 | 10 | 474 | 122 | 66 |
| Binary | 11101010 | 101000 | 10110111 | 0 | 1010011 | 10110 | 1000 | 100111100 | 1010010 | 110110 |
Color Harmonies of #EA28B7
Complementary color
Monochromatic Colors of #EA28B7
Black with #EA28B7
Text Example
Text Example
White with #EA28B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28B7; }
p { color: rgb(234,40,183); }
H1.HeaderClassName
{
color: #EA28B7;
}
.AnyTagClassName
{
color: #EA28B7;
}
</style>
background-color css
<style>
a { background-color: #EA28B7; }
a { background-color: rgb(234,40,183); }
div.DivClassName
{
background-color: #EA28B7;
}
.BgClassName
{
background-color: #EA28B7;
}
</style>
border-color css
<style>
span { border-color: #EA28B7; }
span { border-color: rgb(234,40,183); }
td.TdClassName
{
border-color: #EA28B7;
}
.TagClassName
{
border-color: #EA28B7;
}
</style>