Shades of Spicy Pink #E925B1
Tints of Spicy Pink #E925B1
RGB
CMYK
RGB Variations
Color information
#E925B1 (or 0xE925B1) is known color: Spicy Pink. HEX triplet: E9, 25 and B1. RGB value is (233,37,177). Sum of RGB (Red+Green+Blue) = 233+37+177=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E925B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E925B1 is #16DA4E. Grayscale: #6F6F6F. Windows color (decimal): -1497679 or 11609577. OLE color: 11609577.
HSL color Cylindrical-coordinate representation of color #E925B1: hue angle of 317.14º degrees, saturation: 0.82, 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 #E925B1 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 177 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.09 |
| HSL | 317.14º | 0.82% | 0.53% | - |
| HSV(B) | 317.14º | 0.84% | 0.91% | - |
| XYZ | 42.2 | 21.82 | 43.58 | - |
| YUV | 111.56 | 164.93 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 177 | 0 | 0.84 | 0.24 | 0.09 | 317.14 | 0.82 | 0.53 |
| Hex | E9 | 25 | B1 | 0 | 54 | 18 | 9 | 13D | 52 | 35 |
| Octal | 351 | 45 | 261 | 0 | 124 | 30 | 11 | 475 | 122 | 65 |
| Binary | 11101001 | 100101 | 10110001 | 0 | 1010100 | 11000 | 1001 | 100111101 | 1010010 | 110101 |
Color Harmonies of #E925B1
Complementary color
Monochromatic Colors of #E925B1
Black with #E925B1
Text Example
Text Example
White with #E925B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925B1; }
p { color: rgb(233,37,177); }
H1.HeaderClassName
{
color: #E925B1;
}
.AnyTagClassName
{
color: #E925B1;
}
</style>
background-color css
<style>
a { background-color: #E925B1; }
a { background-color: rgb(233,37,177); }
div.DivClassName
{
background-color: #E925B1;
}
.BgClassName
{
background-color: #E925B1;
}
</style>
border-color css
<style>
span { border-color: #E925B1; }
span { border-color: rgb(233,37,177); }
td.TdClassName
{
border-color: #E925B1;
}
.TagClassName
{
border-color: #E925B1;
}
</style>