Shades of Spicy Pink #E824B0
Tints of Spicy Pink #E824B0
RGB
CMYK
RGB Variations
Color information
#E824B0 (or 0xE824B0) is known color: Spicy Pink. HEX triplet: E8, 24 and B0. RGB value is (232,36,176). Sum of RGB (Red+Green+Blue) = 232+36+176=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E824B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E824B0 is #17DB4F. Grayscale: #6E6E6E. Windows color (decimal): -1563472 or 11543784. OLE color: 11543784.
HSL color Cylindrical-coordinate representation of color #E824B0: hue angle of 317.14º 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 #E824B0 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 176 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.09 |
| HSL | 317.14º | 0.81% | 0.53% | - |
| HSV(B) | 317.14º | 0.84% | 0.91% | - |
| XYZ | 41.75 | 21.55 | 43.03 | - |
| YUV | 110.56 | 164.93 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 176 | 0 | 0.84 | 0.24 | 0.09 | 317.14 | 0.81 | 0.53 |
| Hex | E8 | 24 | B0 | 0 | 54 | 18 | 9 | 13D | 51 | 35 |
| Octal | 350 | 44 | 260 | 0 | 124 | 30 | 11 | 475 | 121 | 65 |
| Binary | 11101000 | 100100 | 10110000 | 0 | 1010100 | 11000 | 1001 | 100111101 | 1010001 | 110101 |
Color Harmonies of #E824B0
Complementary color
Monochromatic Colors of #E824B0
Black with #E824B0
Text Example
Text Example
White with #E824B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E824B0; }
p { color: rgb(232,36,176); }
H1.HeaderClassName
{
color: #E824B0;
}
.AnyTagClassName
{
color: #E824B0;
}
</style>
background-color css
<style>
a { background-color: #E824B0; }
a { background-color: rgb(232,36,176); }
div.DivClassName
{
background-color: #E824B0;
}
.BgClassName
{
background-color: #E824B0;
}
</style>
border-color css
<style>
span { border-color: #E824B0; }
span { border-color: rgb(232,36,176); }
td.TdClassName
{
border-color: #E824B0;
}
.TagClassName
{
border-color: #E824B0;
}
</style>