Shades of Spicy Pink #E72DB1
Tints of Spicy Pink #E72DB1
RGB
CMYK
RGB Variations
Color information
#E72DB1 (or 0xE72DB1) is known color: Spicy Pink. HEX triplet: E7, 2D and B1. RGB value is (231,45,177). Sum of RGB (Red+Green+Blue) = 231+45+177=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72DB1 is #18D24E. Grayscale: #737373. Windows color (decimal): -1626703 or 11611623. OLE color: 11611623.
HSL color Cylindrical-coordinate representation of color #E72DB1: hue angle of 317.42º 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 #E72DB1 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 177 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.09 |
| HSL | 317.42º | 0.79% | 0.54% | - |
| HSV(B) | 317.42º | 0.81% | 0.91% | - |
| XYZ | 41.83 | 22.04 | 43.64 | - |
| YUV | 115.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 177 | 0 | 0.81 | 0.23 | 0.09 | 317.42 | 0.79 | 0.54 |
| Hex | E7 | 2D | B1 | 0 | 51 | 17 | 9 | 13D | 4F | 36 |
| Octal | 347 | 55 | 261 | 0 | 121 | 27 | 11 | 475 | 117 | 66 |
| Binary | 11100111 | 101101 | 10110001 | 0 | 1010001 | 10111 | 1001 | 100111101 | 1001111 | 110110 |
Color Harmonies of #E72DB1
Complementary color
Monochromatic Colors of #E72DB1
Black with #E72DB1
Text Example
Text Example
White with #E72DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72DB1; }
p { color: rgb(231,45,177); }
H1.HeaderClassName
{
color: #E72DB1;
}
.AnyTagClassName
{
color: #E72DB1;
}
</style>
background-color css
<style>
a { background-color: #E72DB1; }
a { background-color: rgb(231,45,177); }
div.DivClassName
{
background-color: #E72DB1;
}
.BgClassName
{
background-color: #E72DB1;
}
</style>
border-color css
<style>
span { border-color: #E72DB1; }
span { border-color: rgb(231,45,177); }
td.TdClassName
{
border-color: #E72DB1;
}
.TagClassName
{
border-color: #E72DB1;
}
</style>