Shades of Spicy Pink #E825B5
Tints of Spicy Pink #E825B5
RGB
CMYK
RGB Variations
Color information
#E825B5 (or 0xE825B5) is known color: Spicy Pink. HEX triplet: E8, 25 and B5. RGB value is (232,37,181). Sum of RGB (Red+Green+Blue) = 232+37+181=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E825B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E825B5 is #17DA4A. Grayscale: #6F6F6F. Windows color (decimal): -1563211 or 11871720. OLE color: 11871720.
HSL color Cylindrical-coordinate representation of color #E825B5: hue angle of 315.69º degrees, saturation: 0.81, 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 #E825B5 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 181 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.09 |
| HSL | 315.69º | 0.81% | 0.53% | - |
| HSV(B) | 315.69º | 0.84% | 0.91% | - |
| XYZ | 42.28 | 21.82 | 45.7 | - |
| YUV | 111.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 181 | 0 | 0.84 | 0.22 | 0.09 | 315.69 | 0.81 | 0.53 |
| Hex | E8 | 25 | B5 | 0 | 54 | 16 | 9 | 13C | 51 | 35 |
| Octal | 350 | 45 | 265 | 0 | 124 | 26 | 11 | 474 | 121 | 65 |
| Binary | 11101000 | 100101 | 10110101 | 0 | 1010100 | 10110 | 1001 | 100111100 | 1010001 | 110101 |
Color Harmonies of #E825B5
Complementary color
Monochromatic Colors of #E825B5
Black with #E825B5
Text Example
Text Example
White with #E825B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E825B5; }
p { color: rgb(232,37,181); }
H1.HeaderClassName
{
color: #E825B5;
}
.AnyTagClassName
{
color: #E825B5;
}
</style>
background-color css
<style>
a { background-color: #E825B5; }
a { background-color: rgb(232,37,181); }
div.DivClassName
{
background-color: #E825B5;
}
.BgClassName
{
background-color: #E825B5;
}
</style>
border-color css
<style>
span { border-color: #E825B5; }
span { border-color: rgb(232,37,181); }
td.TdClassName
{
border-color: #E825B5;
}
.TagClassName
{
border-color: #E825B5;
}
</style>