Shades of Spicy Pink #E72AB4
Tints of Spicy Pink #E72AB4
RGB
CMYK
RGB Variations
Color information
#E72AB4 (or 0xE72AB4) is known color: Spicy Pink. HEX triplet: E7, 2A and B4. RGB value is (231,42,180). Sum of RGB (Red+Green+Blue) = 231+42+180=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72AB4 is #18D54B. Grayscale: #717171. Windows color (decimal): -1627468 or 11807463. OLE color: 11807463.
HSL color Cylindrical-coordinate representation of color #E72AB4: hue angle of 316.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72AB4 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 180 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.09 |
| HSL | 316.19º | 0.8% | 0.54% | - |
| HSV(B) | 316.19º | 0.82% | 0.91% | - |
| XYZ | 42.02 | 21.94 | 45.2 | - |
| YUV | 114.24 | 165.12 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 180 | 0 | 0.82 | 0.22 | 0.09 | 316.19 | 0.8 | 0.54 |
| Hex | E7 | 2A | B4 | 0 | 52 | 16 | 9 | 13C | 50 | 36 |
| Octal | 347 | 52 | 264 | 0 | 122 | 26 | 11 | 474 | 120 | 66 |
| Binary | 11100111 | 101010 | 10110100 | 0 | 1010010 | 10110 | 1001 | 100111100 | 1010000 | 110110 |
Color Harmonies of #E72AB4
Complementary color
Monochromatic Colors of #E72AB4
Black with #E72AB4
Text Example
Text Example
White with #E72AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AB4; }
p { color: rgb(231,42,180); }
H1.HeaderClassName
{
color: #E72AB4;
}
.AnyTagClassName
{
color: #E72AB4;
}
</style>
background-color css
<style>
a { background-color: #E72AB4; }
a { background-color: rgb(231,42,180); }
div.DivClassName
{
background-color: #E72AB4;
}
.BgClassName
{
background-color: #E72AB4;
}
</style>
border-color css
<style>
span { border-color: #E72AB4; }
span { border-color: rgb(231,42,180); }
td.TdClassName
{
border-color: #E72AB4;
}
.TagClassName
{
border-color: #E72AB4;
}
</style>