Shades of Spicy Pink #E325B9
Tints of Spicy Pink #E325B9
RGB
CMYK
RGB Variations
Color information
#E325B9 (or 0xE325B9) is known color: Spicy Pink. HEX triplet: E3, 25 and B9. RGB value is (227,37,185). Sum of RGB (Red+Green+Blue) = 227+37+185=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E325B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325B9 is #1CDA46. Grayscale: #6E6E6E. Windows color (decimal): -1890887 or 12133859. OLE color: 12133859.
HSL color Cylindrical-coordinate representation of color #E325B9: hue angle of 313.26º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E325B9 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 185 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.11 |
| HSL | 313.26º | 0.77% | 0.52% | - |
| HSV(B) | 313.26º | 0.84% | 0.89% | - |
| XYZ | 41.1 | 21.16 | 47.82 | - |
| YUV | 110.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 185 | 0 | 0.84 | 0.19 | 0.11 | 313.26 | 0.77 | 0.52 |
| Hex | E3 | 25 | B9 | 0 | 54 | 13 | B | 139 | 4D | 34 |
| Octal | 343 | 45 | 271 | 0 | 124 | 23 | 13 | 471 | 115 | 64 |
| Binary | 11100011 | 100101 | 10111001 | 0 | 1010100 | 10011 | 1011 | 100111001 | 1001101 | 110100 |
Color Harmonies of #E325B9
Complementary color
Monochromatic Colors of #E325B9
Black with #E325B9
Text Example
Text Example
White with #E325B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325B9; }
p { color: rgb(227,37,185); }
H1.HeaderClassName
{
color: #E325B9;
}
.AnyTagClassName
{
color: #E325B9;
}
</style>
background-color css
<style>
a { background-color: #E325B9; }
a { background-color: rgb(227,37,185); }
div.DivClassName
{
background-color: #E325B9;
}
.BgClassName
{
background-color: #E325B9;
}
</style>
border-color css
<style>
span { border-color: #E325B9; }
span { border-color: rgb(227,37,185); }
td.TdClassName
{
border-color: #E325B9;
}
.TagClassName
{
border-color: #E325B9;
}
</style>