Shades of Spicy Pink #E02CB5
Tints of Spicy Pink #E02CB5
RGB
CMYK
RGB Variations
Color information
#E02CB5 (or 0xE02CB5) is known color: Spicy Pink. HEX triplet: E0, 2C and B5. RGB value is (224,44,181). Sum of RGB (Red+Green+Blue) = 224+44+181=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CB5 is #1FD34A. Grayscale: #717171. Windows color (decimal): -2085707 or 11873504. OLE color: 11873504.
HSL color Cylindrical-coordinate representation of color #E02CB5: hue angle of 314.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CB5 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 181 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.12 |
| HSL | 314.33º | 0.74% | 0.53% | - |
| HSV(B) | 314.33º | 0.8% | 0.88% | - |
| XYZ | 39.98 | 20.98 | 45.66 | - |
| YUV | 113.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 181 | 0 | 0.80 | 0.19 | 0.12 | 314.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | B5 | 0 | 50 | 13 | C | 13A | 4A | 35 |
| Octal | 340 | 54 | 265 | 0 | 120 | 23 | 14 | 472 | 112 | 65 |
| Binary | 11100000 | 101100 | 10110101 | 0 | 1010000 | 10011 | 1100 | 100111010 | 1001010 | 110101 |
Color Harmonies of #E02CB5
Complementary color
Monochromatic Colors of #E02CB5
Black with #E02CB5
Text Example
Text Example
White with #E02CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CB5; }
p { color: rgb(224,44,181); }
H1.HeaderClassName
{
color: #E02CB5;
}
.AnyTagClassName
{
color: #E02CB5;
}
</style>
background-color css
<style>
a { background-color: #E02CB5; }
a { background-color: rgb(224,44,181); }
div.DivClassName
{
background-color: #E02CB5;
}
.BgClassName
{
background-color: #E02CB5;
}
</style>
border-color css
<style>
span { border-color: #E02CB5; }
span { border-color: rgb(224,44,181); }
td.TdClassName
{
border-color: #E02CB5;
}
.TagClassName
{
border-color: #E02CB5;
}
</style>