Shades of Spicy Pink #EA28BB
Tints of Spicy Pink #EA28BB
RGB
CMYK
RGB Variations
Color information
#EA28BB (or 0xEA28BB) is known color: Spicy Pink. HEX triplet: EA, 28 and BB. RGB value is (234,40,187). Sum of RGB (Red+Green+Blue) = 234+40+187=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28BB is #15D744. Grayscale: #727272. Windows color (decimal): -1431365 or 12265706. OLE color: 12265706.
HSL color Cylindrical-coordinate representation of color #EA28BB: hue angle of 314.54º 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 #EA28BB is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 187 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.08 |
| HSL | 314.54º | 0.82% | 0.54% | - |
| HSV(B) | 314.54º | 0.83% | 0.92% | - |
| XYZ | 43.66 | 22.6 | 49.07 | - |
| YUV | 114.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 187 | 0 | 0.83 | 0.20 | 0.08 | 314.54 | 0.82 | 0.54 |
| Hex | EA | 28 | BB | 0 | 53 | 14 | 8 | 13B | 52 | 36 |
| Octal | 352 | 50 | 273 | 0 | 123 | 24 | 10 | 473 | 122 | 66 |
| Binary | 11101010 | 101000 | 10111011 | 0 | 1010011 | 10100 | 1000 | 100111011 | 1010010 | 110110 |
Color Harmonies of #EA28BB
Complementary color
Monochromatic Colors of #EA28BB
Black with #EA28BB
Text Example
Text Example
White with #EA28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28BB; }
p { color: rgb(234,40,187); }
H1.HeaderClassName
{
color: #EA28BB;
}
.AnyTagClassName
{
color: #EA28BB;
}
</style>
background-color css
<style>
a { background-color: #EA28BB; }
a { background-color: rgb(234,40,187); }
div.DivClassName
{
background-color: #EA28BB;
}
.BgClassName
{
background-color: #EA28BB;
}
</style>
border-color css
<style>
span { border-color: #EA28BB; }
span { border-color: rgb(234,40,187); }
td.TdClassName
{
border-color: #EA28BB;
}
.TagClassName
{
border-color: #EA28BB;
}
</style>