Shades of Spicy Pink #E32EB4
Tints of Spicy Pink #E32EB4
RGB
CMYK
RGB Variations
Color information
#E32EB4 (or 0xE32EB4) is known color: Spicy Pink. HEX triplet: E3, 2E and B4. RGB value is (227,46,180). Sum of RGB (Red+Green+Blue) = 227+46+180=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32EB4 is #1CD14B. Grayscale: #737373. Windows color (decimal): -1888588 or 11808483. OLE color: 11808483.
HSL color Cylindrical-coordinate representation of color #E32EB4: hue angle of 315.58º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32EB4 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 180 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.11 |
| HSL | 315.58º | 0.76% | 0.54% | - |
| HSV(B) | 315.58º | 0.8% | 0.89% | - |
| XYZ | 40.89 | 21.58 | 45.19 | - |
| YUV | 115.4 | 164.47 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 180 | 0 | 0.80 | 0.21 | 0.11 | 315.58 | 0.76 | 0.54 |
| Hex | E3 | 2E | B4 | 0 | 50 | 15 | B | 13C | 4C | 36 |
| Octal | 343 | 56 | 264 | 0 | 120 | 25 | 13 | 474 | 114 | 66 |
| Binary | 11100011 | 101110 | 10110100 | 0 | 1010000 | 10101 | 1011 | 100111100 | 1001100 | 110110 |
Color Harmonies of #E32EB4
Complementary color
Monochromatic Colors of #E32EB4
Black with #E32EB4
Text Example
Text Example
White with #E32EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EB4; }
p { color: rgb(227,46,180); }
H1.HeaderClassName
{
color: #E32EB4;
}
.AnyTagClassName
{
color: #E32EB4;
}
</style>
background-color css
<style>
a { background-color: #E32EB4; }
a { background-color: rgb(227,46,180); }
div.DivClassName
{
background-color: #E32EB4;
}
.BgClassName
{
background-color: #E32EB4;
}
</style>
border-color css
<style>
span { border-color: #E32EB4; }
span { border-color: rgb(227,46,180); }
td.TdClassName
{
border-color: #E32EB4;
}
.TagClassName
{
border-color: #E32EB4;
}
</style>