Shades of Spicy Pink #E72DB7
Tints of Spicy Pink #E72DB7
RGB
CMYK
RGB Variations
Color information
#E72DB7 (or 0xE72DB7) is known color: Spicy Pink. HEX triplet: E7, 2D and B7. RGB value is (231,45,183). Sum of RGB (Red+Green+Blue) = 231+45+183=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72DB7 is #18D248. Grayscale: #737373. Windows color (decimal): -1626697 or 12004839. OLE color: 12004839.
HSL color Cylindrical-coordinate representation of color #E72DB7: hue angle of 315.48º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72DB7 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 183 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.09 |
| HSL | 315.48º | 0.79% | 0.54% | - |
| HSV(B) | 315.48º | 0.81% | 0.91% | - |
| XYZ | 42.44 | 22.28 | 46.86 | - |
| YUV | 116.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 183 | 0 | 0.81 | 0.21 | 0.09 | 315.48 | 0.79 | 0.54 |
| Hex | E7 | 2D | B7 | 0 | 51 | 15 | 9 | 13B | 4F | 36 |
| Octal | 347 | 55 | 267 | 0 | 121 | 25 | 11 | 473 | 117 | 66 |
| Binary | 11100111 | 101101 | 10110111 | 0 | 1010001 | 10101 | 1001 | 100111011 | 1001111 | 110110 |
Color Harmonies of #E72DB7
Complementary color
Monochromatic Colors of #E72DB7
Black with #E72DB7
Text Example
Text Example
White with #E72DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72DB7; }
p { color: rgb(231,45,183); }
H1.HeaderClassName
{
color: #E72DB7;
}
.AnyTagClassName
{
color: #E72DB7;
}
</style>
background-color css
<style>
a { background-color: #E72DB7; }
a { background-color: rgb(231,45,183); }
div.DivClassName
{
background-color: #E72DB7;
}
.BgClassName
{
background-color: #E72DB7;
}
</style>
border-color css
<style>
span { border-color: #E72DB7; }
span { border-color: rgb(231,45,183); }
td.TdClassName
{
border-color: #E72DB7;
}
.TagClassName
{
border-color: #E72DB7;
}
</style>