Shades of Spicy Pink #E02AB2
Tints of Spicy Pink #E02AB2
RGB
CMYK
RGB Variations
Color information
#E02AB2 (or 0xE02AB2) is known color: Spicy Pink. HEX triplet: E0, 2A and B2. RGB value is (224,42,178). Sum of RGB (Red+Green+Blue) = 224+42+178=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02AB2 is #1FD54D. Grayscale: #6F6F6F. Windows color (decimal): -2086222 or 11676384. OLE color: 11676384.
HSL color Cylindrical-coordinate representation of color #E02AB2: hue angle of 315.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02AB2 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 178 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.12 |
| HSL | 315.16º | 0.75% | 0.52% | - |
| HSV(B) | 315.16º | 0.81% | 0.88% | - |
| XYZ | 39.6 | 20.72 | 44.03 | - |
| YUV | 111.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 178 | 0 | 0.81 | 0.21 | 0.12 | 315.16 | 0.75 | 0.52 |
| Hex | E0 | 2A | B2 | 0 | 51 | 15 | C | 13B | 4B | 34 |
| Octal | 340 | 52 | 262 | 0 | 121 | 25 | 14 | 473 | 113 | 64 |
| Binary | 11100000 | 101010 | 10110010 | 0 | 1010001 | 10101 | 1100 | 100111011 | 1001011 | 110100 |
Color Harmonies of #E02AB2
Complementary color
Monochromatic Colors of #E02AB2
Black with #E02AB2
Text Example
Text Example
White with #E02AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02AB2; }
p { color: rgb(224,42,178); }
H1.HeaderClassName
{
color: #E02AB2;
}
.AnyTagClassName
{
color: #E02AB2;
}
</style>
background-color css
<style>
a { background-color: #E02AB2; }
a { background-color: rgb(224,42,178); }
div.DivClassName
{
background-color: #E02AB2;
}
.BgClassName
{
background-color: #E02AB2;
}
</style>
border-color css
<style>
span { border-color: #E02AB2; }
span { border-color: rgb(224,42,178); }
td.TdClassName
{
border-color: #E02AB2;
}
.TagClassName
{
border-color: #E02AB2;
}
</style>