Shades of Spicy Pink #E728B0
Tints of Spicy Pink #E728B0
RGB
CMYK
RGB Variations
Color information
#E728B0 (or 0xE728B0) is known color: Spicy Pink. HEX triplet: E7, 28 and B0. RGB value is (231,40,176). Sum of RGB (Red+Green+Blue) = 231+40+176=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E728B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E728B0 is #18D74F. Grayscale: #707070. Windows color (decimal): -1627984 or 11544807. OLE color: 11544807.
HSL color Cylindrical-coordinate representation of color #E728B0: hue angle of 317.28º 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 #E728B0 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 176 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.09 |
| HSL | 317.28º | 0.8% | 0.53% | - |
| HSV(B) | 317.28º | 0.83% | 0.91% | - |
| XYZ | 41.55 | 21.64 | 43.06 | - |
| YUV | 112.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 176 | 0 | 0.83 | 0.24 | 0.09 | 317.28 | 0.8 | 0.53 |
| Hex | E7 | 28 | B0 | 0 | 53 | 18 | 9 | 13D | 50 | 35 |
| Octal | 347 | 50 | 260 | 0 | 123 | 30 | 11 | 475 | 120 | 65 |
| Binary | 11100111 | 101000 | 10110000 | 0 | 1010011 | 11000 | 1001 | 100111101 | 1010000 | 110101 |
Color Harmonies of #E728B0
Complementary color
Monochromatic Colors of #E728B0
Black with #E728B0
Text Example
Text Example
White with #E728B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728B0; }
p { color: rgb(231,40,176); }
H1.HeaderClassName
{
color: #E728B0;
}
.AnyTagClassName
{
color: #E728B0;
}
</style>
background-color css
<style>
a { background-color: #E728B0; }
a { background-color: rgb(231,40,176); }
div.DivClassName
{
background-color: #E728B0;
}
.BgClassName
{
background-color: #E728B0;
}
</style>
border-color css
<style>
span { border-color: #E728B0; }
span { border-color: rgb(231,40,176); }
td.TdClassName
{
border-color: #E728B0;
}
.TagClassName
{
border-color: #E728B0;
}
</style>