Shades of Spicy Pink #E725BB
Tints of Spicy Pink #E725BB
RGB
CMYK
RGB Variations
Color information
#E725BB (or 0xE725BB) is known color: Spicy Pink. HEX triplet: E7, 25 and BB. RGB value is (231,37,187). Sum of RGB (Red+Green+Blue) = 231+37+187=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E725BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725BB is #18DA44. Grayscale: #6F6F6F. Windows color (decimal): -1628741 or 12264935. OLE color: 12264935.
HSL color Cylindrical-coordinate representation of color #E725BB: hue angle of 313.61º 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 #E725BB is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 187 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.09 |
| HSL | 313.61º | 0.8% | 0.53% | - |
| HSV(B) | 313.61º | 0.84% | 0.91% | - |
| XYZ | 42.59 | 21.9 | 49 | - |
| YUV | 112.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 187 | 0 | 0.84 | 0.19 | 0.09 | 313.61 | 0.8 | 0.53 |
| Hex | E7 | 25 | BB | 0 | 54 | 13 | 9 | 13A | 50 | 35 |
| Octal | 347 | 45 | 273 | 0 | 124 | 23 | 11 | 472 | 120 | 65 |
| Binary | 11100111 | 100101 | 10111011 | 0 | 1010100 | 10011 | 1001 | 100111010 | 1010000 | 110101 |
Color Harmonies of #E725BB
Complementary color
Monochromatic Colors of #E725BB
Black with #E725BB
Text Example
Text Example
White with #E725BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E725BB; }
p { color: rgb(231,37,187); }
H1.HeaderClassName
{
color: #E725BB;
}
.AnyTagClassName
{
color: #E725BB;
}
</style>
background-color css
<style>
a { background-color: #E725BB; }
a { background-color: rgb(231,37,187); }
div.DivClassName
{
background-color: #E725BB;
}
.BgClassName
{
background-color: #E725BB;
}
</style>
border-color css
<style>
span { border-color: #E725BB; }
span { border-color: rgb(231,37,187); }
td.TdClassName
{
border-color: #E725BB;
}
.TagClassName
{
border-color: #E725BB;
}
</style>