Shades of Spicy Pink #EB28AD
Tints of Spicy Pink #EB28AD
RGB
CMYK
RGB Variations
Color information
#EB28AD (or 0xEB28AD) is known color: Spicy Pink. HEX triplet: EB, 28 and AD. RGB value is (235,40,173). Sum of RGB (Red+Green+Blue) = 235+40+173=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB28AD is #14D752. Grayscale: #717171. Windows color (decimal): -1365843 or 11348203. OLE color: 11348203.
HSL color Cylindrical-coordinate representation of color #EB28AD: hue angle of 319.08º degrees, saturation: 0.83, 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 #EB28AD is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 173 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.08 |
| HSL | 319.08º | 0.83% | 0.54% | - |
| HSV(B) | 319.08º | 0.83% | 0.92% | - |
| XYZ | 42.56 | 22.2 | 41.58 | - |
| YUV | 113.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 173 | 0 | 0.83 | 0.26 | 0.08 | 319.08 | 0.83 | 0.54 |
| Hex | EB | 28 | AD | 0 | 53 | 1A | 8 | 13F | 53 | 36 |
| Octal | 353 | 50 | 255 | 0 | 123 | 32 | 10 | 477 | 123 | 66 |
| Binary | 11101011 | 101000 | 10101101 | 0 | 1010011 | 11010 | 1000 | 100111111 | 1010011 | 110110 |
Color Harmonies of #EB28AD
Complementary color
Monochromatic Colors of #EB28AD
Black with #EB28AD
Text Example
Text Example
White with #EB28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB28AD; }
p { color: rgb(235,40,173); }
H1.HeaderClassName
{
color: #EB28AD;
}
.AnyTagClassName
{
color: #EB28AD;
}
</style>
background-color css
<style>
a { background-color: #EB28AD; }
a { background-color: rgb(235,40,173); }
div.DivClassName
{
background-color: #EB28AD;
}
.BgClassName
{
background-color: #EB28AD;
}
</style>
border-color css
<style>
span { border-color: #EB28AD; }
span { border-color: rgb(235,40,173); }
td.TdClassName
{
border-color: #EB28AD;
}
.TagClassName
{
border-color: #EB28AD;
}
</style>