Shades of Spicy Pink #E728BA
Tints of Spicy Pink #E728BA
RGB
CMYK
RGB Variations
Color information
#E728BA (or 0xE728BA) is known color: Spicy Pink. HEX triplet: E7, 28 and BA. RGB value is (231,40,186). Sum of RGB (Red+Green+Blue) = 231+40+186=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E728BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E728BA is #18D745. Grayscale: #717171. Windows color (decimal): -1627974 or 12200167. OLE color: 12200167.
HSL color Cylindrical-coordinate representation of color #E728BA: hue angle of 314.14º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E728BA is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 186 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.09 |
| HSL | 314.14º | 0.8% | 0.53% | - |
| HSV(B) | 314.14º | 0.83% | 0.91% | - |
| XYZ | 42.58 | 22.05 | 48.47 | - |
| YUV | 113.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 186 | 0 | 0.83 | 0.19 | 0.09 | 314.14 | 0.8 | 0.53 |
| Hex | E7 | 28 | BA | 0 | 53 | 13 | 9 | 13A | 50 | 35 |
| Octal | 347 | 50 | 272 | 0 | 123 | 23 | 11 | 472 | 120 | 65 |
| Binary | 11100111 | 101000 | 10111010 | 0 | 1010011 | 10011 | 1001 | 100111010 | 1010000 | 110101 |
Color Harmonies of #E728BA
Complementary color
Monochromatic Colors of #E728BA
Black with #E728BA
Text Example
Text Example
White with #E728BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728BA; }
p { color: rgb(231,40,186); }
H1.HeaderClassName
{
color: #E728BA;
}
.AnyTagClassName
{
color: #E728BA;
}
</style>
background-color css
<style>
a { background-color: #E728BA; }
a { background-color: rgb(231,40,186); }
div.DivClassName
{
background-color: #E728BA;
}
.BgClassName
{
background-color: #E728BA;
}
</style>
border-color css
<style>
span { border-color: #E728BA; }
span { border-color: rgb(231,40,186); }
td.TdClassName
{
border-color: #E728BA;
}
.TagClassName
{
border-color: #E728BA;
}
</style>