Shades of Spicy Pink #E72FB4
Tints of Spicy Pink #E72FB4
RGB
CMYK
RGB Variations
Color information
#E72FB4 (or 0xE72FB4) is known color: Spicy Pink. HEX triplet: E7, 2F and B4. RGB value is (231,47,180). Sum of RGB (Red+Green+Blue) = 231+47+180=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FB4 is #18D04B. Grayscale: #747474. Windows color (decimal): -1626188 or 11808743. OLE color: 11808743.
HSL color Cylindrical-coordinate representation of color #E72FB4: hue angle of 316.63º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FB4 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 180 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.09 |
| HSL | 316.63º | 0.79% | 0.55% | - |
| HSV(B) | 316.63º | 0.8% | 0.91% | - |
| XYZ | 42.21 | 22.32 | 45.26 | - |
| YUV | 117.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 180 | 0 | 0.80 | 0.22 | 0.09 | 316.63 | 0.79 | 0.55 |
| Hex | E7 | 2F | B4 | 0 | 50 | 16 | 9 | 13D | 4F | 37 |
| Octal | 347 | 57 | 264 | 0 | 120 | 26 | 11 | 475 | 117 | 67 |
| Binary | 11100111 | 101111 | 10110100 | 0 | 1010000 | 10110 | 1001 | 100111101 | 1001111 | 110111 |
Color Harmonies of #E72FB4
Complementary color
Monochromatic Colors of #E72FB4
Black with #E72FB4
Text Example
Text Example
White with #E72FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72FB4; }
p { color: rgb(231,47,180); }
H1.HeaderClassName
{
color: #E72FB4;
}
.AnyTagClassName
{
color: #E72FB4;
}
</style>
background-color css
<style>
a { background-color: #E72FB4; }
a { background-color: rgb(231,47,180); }
div.DivClassName
{
background-color: #E72FB4;
}
.BgClassName
{
background-color: #E72FB4;
}
</style>
border-color css
<style>
span { border-color: #E72FB4; }
span { border-color: rgb(231,47,180); }
td.TdClassName
{
border-color: #E72FB4;
}
.TagClassName
{
border-color: #E72FB4;
}
</style>