Shades of Spicy Pink #E725B8
Tints of Spicy Pink #E725B8
RGB
CMYK
RGB Variations
Color information
#E725B8 (or 0xE725B8) is known color: Spicy Pink. HEX triplet: E7, 25 and B8. RGB value is (231,37,184). Sum of RGB (Red+Green+Blue) = 231+37+184=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E725B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725B8 is #18DA47. Grayscale: #6F6F6F. Windows color (decimal): -1628744 or 12068327. OLE color: 12068327.
HSL color Cylindrical-coordinate representation of color #E725B8: hue angle of 314.54º 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 #E725B8 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 184 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.09 |
| HSL | 314.54º | 0.8% | 0.53% | - |
| HSV(B) | 314.54º | 0.84% | 0.91% | - |
| XYZ | 42.27 | 21.77 | 47.32 | - |
| YUV | 111.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 184 | 0 | 0.84 | 0.20 | 0.09 | 314.54 | 0.8 | 0.53 |
| Hex | E7 | 25 | B8 | 0 | 54 | 14 | 9 | 13B | 50 | 35 |
| Octal | 347 | 45 | 270 | 0 | 124 | 24 | 11 | 473 | 120 | 65 |
| Binary | 11100111 | 100101 | 10111000 | 0 | 1010100 | 10100 | 1001 | 100111011 | 1010000 | 110101 |
Color Harmonies of #E725B8
Complementary color
Monochromatic Colors of #E725B8
Black with #E725B8
Text Example
Text Example
White with #E725B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E725B8; }
p { color: rgb(231,37,184); }
H1.HeaderClassName
{
color: #E725B8;
}
.AnyTagClassName
{
color: #E725B8;
}
</style>
background-color css
<style>
a { background-color: #E725B8; }
a { background-color: rgb(231,37,184); }
div.DivClassName
{
background-color: #E725B8;
}
.BgClassName
{
background-color: #E725B8;
}
</style>
border-color css
<style>
span { border-color: #E725B8; }
span { border-color: rgb(231,37,184); }
td.TdClassName
{
border-color: #E725B8;
}
.TagClassName
{
border-color: #E725B8;
}
</style>