Shades of Spicy Pink #E725B9
Tints of Spicy Pink #E725B9
RGB
CMYK
RGB Variations
Color information
#E725B9 (or 0xE725B9) is known color: Spicy Pink. HEX triplet: E7, 25 and B9. RGB value is (231,37,185). Sum of RGB (Red+Green+Blue) = 231+37+185=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E725B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725B9 is #18DA46. Grayscale: #6F6F6F. Windows color (decimal): -1628743 or 12133863. OLE color: 12133863.
HSL color Cylindrical-coordinate representation of color #E725B9: hue angle of 314.23º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E725B9 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 185 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.09 |
| HSL | 314.23º | 0.8% | 0.53% | - |
| HSV(B) | 314.23º | 0.84% | 0.91% | - |
| XYZ | 42.37 | 21.81 | 47.88 | - |
| YUV | 111.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 185 | 0 | 0.84 | 0.20 | 0.09 | 314.23 | 0.8 | 0.53 |
| Hex | E7 | 25 | B9 | 0 | 54 | 14 | 9 | 13A | 50 | 35 |
| Octal | 347 | 45 | 271 | 0 | 124 | 24 | 11 | 472 | 120 | 65 |
| Binary | 11100111 | 100101 | 10111001 | 0 | 1010100 | 10100 | 1001 | 100111010 | 1010000 | 110101 |
Color Harmonies of #E725B9
Complementary color
Monochromatic Colors of #E725B9
Black with #E725B9
Text Example
Text Example
White with #E725B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E725B9; }
p { color: rgb(231,37,185); }
H1.HeaderClassName
{
color: #E725B9;
}
.AnyTagClassName
{
color: #E725B9;
}
</style>
background-color css
<style>
a { background-color: #E725B9; }
a { background-color: rgb(231,37,185); }
div.DivClassName
{
background-color: #E725B9;
}
.BgClassName
{
background-color: #E725B9;
}
</style>
border-color css
<style>
span { border-color: #E725B9; }
span { border-color: rgb(231,37,185); }
td.TdClassName
{
border-color: #E725B9;
}
.TagClassName
{
border-color: #E725B9;
}
</style>