Shades of Spicy Pink #E524B3
Tints of Spicy Pink #E524B3
RGB
CMYK
RGB Variations
Color information
#E524B3 (or 0xE524B3) is known color: Spicy Pink. HEX triplet: E5, 24 and B3. RGB value is (229,36,179). Sum of RGB (Red+Green+Blue) = 229+36+179=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E524B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524B3 is #1ADB4C. Grayscale: #6D6D6D. Windows color (decimal): -1760077 or 11740389. OLE color: 11740389.
HSL color Cylindrical-coordinate representation of color #E524B3: hue angle of 315.54º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E524B3 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 179 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.10 |
| HSL | 315.54º | 0.79% | 0.52% | - |
| HSV(B) | 315.54º | 0.84% | 0.9% | - |
| XYZ | 41.08 | 21.17 | 44.57 | - |
| YUV | 110.01 | 166.94 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 179 | 0 | 0.84 | 0.22 | 0.10 | 315.54 | 0.79 | 0.52 |
| Hex | E5 | 24 | B3 | 0 | 54 | 16 | A | 13C | 4F | 34 |
| Octal | 345 | 44 | 263 | 0 | 124 | 26 | 12 | 474 | 117 | 64 |
| Binary | 11100101 | 100100 | 10110011 | 0 | 1010100 | 10110 | 1010 | 100111100 | 1001111 | 110100 |
Color Harmonies of #E524B3
Complementary color
Monochromatic Colors of #E524B3
Black with #E524B3
Text Example
Text Example
White with #E524B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524B3; }
p { color: rgb(229,36,179); }
H1.HeaderClassName
{
color: #E524B3;
}
.AnyTagClassName
{
color: #E524B3;
}
</style>
background-color css
<style>
a { background-color: #E524B3; }
a { background-color: rgb(229,36,179); }
div.DivClassName
{
background-color: #E524B3;
}
.BgClassName
{
background-color: #E524B3;
}
</style>
border-color css
<style>
span { border-color: #E524B3; }
span { border-color: rgb(229,36,179); }
td.TdClassName
{
border-color: #E524B3;
}
.TagClassName
{
border-color: #E524B3;
}
</style>