Shades of Spicy Pink #E32BB4
Tints of Spicy Pink #E32BB4
RGB
CMYK
RGB Variations
Color information
#E32BB4 (or 0xE32BB4) is known color: Spicy Pink. HEX triplet: E3, 2B and B4. RGB value is (227,43,180). Sum of RGB (Red+Green+Blue) = 227+43+180=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E32BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32BB4 is #1CD44B. Grayscale: #717171. Windows color (decimal): -1889356 or 11807715. OLE color: 11807715.
HSL color Cylindrical-coordinate representation of color #E32BB4: hue angle of 315.33º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32BB4 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 180 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.11 |
| HSL | 315.33º | 0.77% | 0.53% | - |
| HSV(B) | 315.33º | 0.81% | 0.89% | - |
| XYZ | 40.78 | 21.35 | 45.15 | - |
| YUV | 113.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 180 | 0 | 0.81 | 0.21 | 0.11 | 315.33 | 0.77 | 0.53 |
| Hex | E3 | 2B | B4 | 0 | 51 | 15 | B | 13B | 4D | 35 |
| Octal | 343 | 53 | 264 | 0 | 121 | 25 | 13 | 473 | 115 | 65 |
| Binary | 11100011 | 101011 | 10110100 | 0 | 1010001 | 10101 | 1011 | 100111011 | 1001101 | 110101 |
Color Harmonies of #E32BB4
Complementary color
Monochromatic Colors of #E32BB4
Black with #E32BB4
Text Example
Text Example
White with #E32BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32BB4; }
p { color: rgb(227,43,180); }
H1.HeaderClassName
{
color: #E32BB4;
}
.AnyTagClassName
{
color: #E32BB4;
}
</style>
background-color css
<style>
a { background-color: #E32BB4; }
a { background-color: rgb(227,43,180); }
div.DivClassName
{
background-color: #E32BB4;
}
.BgClassName
{
background-color: #E32BB4;
}
</style>
border-color css
<style>
span { border-color: #E32BB4; }
span { border-color: rgb(227,43,180); }
td.TdClassName
{
border-color: #E32BB4;
}
.TagClassName
{
border-color: #E32BB4;
}
</style>