Shades of Spicy Pink #E72DB4
Tints of Spicy Pink #E72DB4
RGB
CMYK
RGB Variations
Color information
#E72DB4 (or 0xE72DB4) is known color: Spicy Pink. HEX triplet: E7, 2D and B4. RGB value is (231,45,180). Sum of RGB (Red+Green+Blue) = 231+45+180=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E72DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72DB4 is #18D24B. Grayscale: #737373. Windows color (decimal): -1626700 or 11808231. OLE color: 11808231.
HSL color Cylindrical-coordinate representation of color #E72DB4: hue angle of 316.45º 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 #E72DB4 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 180 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.09 |
| HSL | 316.45º | 0.79% | 0.54% | - |
| HSV(B) | 316.45º | 0.81% | 0.91% | - |
| XYZ | 42.13 | 22.16 | 45.24 | - |
| YUV | 116 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 180 | 0 | 0.81 | 0.22 | 0.09 | 316.45 | 0.79 | 0.54 |
| Hex | E7 | 2D | B4 | 0 | 51 | 16 | 9 | 13C | 4F | 36 |
| Octal | 347 | 55 | 264 | 0 | 121 | 26 | 11 | 474 | 117 | 66 |
| Binary | 11100111 | 101101 | 10110100 | 0 | 1010001 | 10110 | 1001 | 100111100 | 1001111 | 110110 |
Color Harmonies of #E72DB4
Complementary color
Monochromatic Colors of #E72DB4
Black with #E72DB4
Text Example
Text Example
White with #E72DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72DB4; }
p { color: rgb(231,45,180); }
H1.HeaderClassName
{
color: #E72DB4;
}
.AnyTagClassName
{
color: #E72DB4;
}
</style>
background-color css
<style>
a { background-color: #E72DB4; }
a { background-color: rgb(231,45,180); }
div.DivClassName
{
background-color: #E72DB4;
}
.BgClassName
{
background-color: #E72DB4;
}
</style>
border-color css
<style>
span { border-color: #E72DB4; }
span { border-color: rgb(231,45,180); }
td.TdClassName
{
border-color: #E72DB4;
}
.TagClassName
{
border-color: #E72DB4;
}
</style>