Shades of Spicy Pink #E725B5
Tints of Spicy Pink #E725B5
RGB
CMYK
RGB Variations
Color information
#E725B5 (or 0xE725B5) is known color: Spicy Pink. HEX triplet: E7, 25 and B5. RGB value is (231,37,181). Sum of RGB (Red+Green+Blue) = 231+37+181=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E725B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725B5 is #18DA4A. Grayscale: #6F6F6F. Windows color (decimal): -1628747 or 11871719. OLE color: 11871719.
HSL color Cylindrical-coordinate representation of color #E725B5: hue angle of 315.46º 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 #E725B5 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 181 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.09 |
| HSL | 315.46º | 0.8% | 0.53% | - |
| HSV(B) | 315.46º | 0.84% | 0.91% | - |
| XYZ | 41.96 | 21.65 | 45.68 | - |
| YUV | 111.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 181 | 0 | 0.84 | 0.22 | 0.09 | 315.46 | 0.8 | 0.53 |
| Hex | E7 | 25 | B5 | 0 | 54 | 16 | 9 | 13B | 50 | 35 |
| Octal | 347 | 45 | 265 | 0 | 124 | 26 | 11 | 473 | 120 | 65 |
| Binary | 11100111 | 100101 | 10110101 | 0 | 1010100 | 10110 | 1001 | 100111011 | 1010000 | 110101 |
Color Harmonies of #E725B5
Complementary color
Monochromatic Colors of #E725B5
Black with #E725B5
Text Example
Text Example
White with #E725B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E725B5; }
p { color: rgb(231,37,181); }
H1.HeaderClassName
{
color: #E725B5;
}
.AnyTagClassName
{
color: #E725B5;
}
</style>
background-color css
<style>
a { background-color: #E725B5; }
a { background-color: rgb(231,37,181); }
div.DivClassName
{
background-color: #E725B5;
}
.BgClassName
{
background-color: #E725B5;
}
</style>
border-color css
<style>
span { border-color: #E725B5; }
span { border-color: rgb(231,37,181); }
td.TdClassName
{
border-color: #E725B5;
}
.TagClassName
{
border-color: #E725B5;
}
</style>