Shades of Spicy Pink #E925B0
Tints of Spicy Pink #E925B0
RGB
CMYK
RGB Variations
Color information
#E925B0 (or 0xE925B0) is known color: Spicy Pink. HEX triplet: E9, 25 and B0. RGB value is (233,37,176). Sum of RGB (Red+Green+Blue) = 233+37+176=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E925B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E925B0 is #16DA4F. Grayscale: #6F6F6F. Windows color (decimal): -1497680 or 11544041. OLE color: 11544041.
HSL color Cylindrical-coordinate representation of color #E925B0: hue angle of 317.45º 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 #E925B0 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 176 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.09 |
| HSL | 317.45º | 0.82% | 0.53% | - |
| HSV(B) | 317.45º | 0.84% | 0.91% | - |
| XYZ | 42.1 | 21.78 | 43.06 | - |
| YUV | 111.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 176 | 0 | 0.84 | 0.24 | 0.09 | 317.45 | 0.82 | 0.53 |
| Hex | E9 | 25 | B0 | 0 | 54 | 18 | 9 | 13D | 52 | 35 |
| Octal | 351 | 45 | 260 | 0 | 124 | 30 | 11 | 475 | 122 | 65 |
| Binary | 11101001 | 100101 | 10110000 | 0 | 1010100 | 11000 | 1001 | 100111101 | 1010010 | 110101 |
Color Harmonies of #E925B0
Complementary color
Monochromatic Colors of #E925B0
Black with #E925B0
Text Example
Text Example
White with #E925B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925B0; }
p { color: rgb(233,37,176); }
H1.HeaderClassName
{
color: #E925B0;
}
.AnyTagClassName
{
color: #E925B0;
}
</style>
background-color css
<style>
a { background-color: #E925B0; }
a { background-color: rgb(233,37,176); }
div.DivClassName
{
background-color: #E925B0;
}
.BgClassName
{
background-color: #E925B0;
}
</style>
border-color css
<style>
span { border-color: #E925B0; }
span { border-color: rgb(233,37,176); }
td.TdClassName
{
border-color: #E925B0;
}
.TagClassName
{
border-color: #E925B0;
}
</style>