Shades of Spicy Pink #E02CB3
Tints of Spicy Pink #E02CB3
RGB
CMYK
RGB Variations
Color information
#E02CB3 (or 0xE02CB3) is known color: Spicy Pink. HEX triplet: E0, 2C and B3. RGB value is (224,44,179). Sum of RGB (Red+Green+Blue) = 224+44+179=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CB3 is #1FD34C. Grayscale: #707070. Windows color (decimal): -2085709 or 11742432. OLE color: 11742432.
HSL color Cylindrical-coordinate representation of color #E02CB3: hue angle of 315º 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 #E02CB3 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 179 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.12 |
| HSL | 315º | 0.74% | 0.53% | - |
| HSV(B) | 315º | 0.8% | 0.88% | - |
| XYZ | 39.78 | 20.9 | 44.59 | - |
| YUV | 113.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 179 | 0 | 0.80 | 0.20 | 0.12 | 315 | 0.74 | 0.53 |
| Hex | E0 | 2C | B3 | 0 | 50 | 14 | C | 13B | 4A | 35 |
| Octal | 340 | 54 | 263 | 0 | 120 | 24 | 14 | 473 | 112 | 65 |
| Binary | 11100000 | 101100 | 10110011 | 0 | 1010000 | 10100 | 1100 | 100111011 | 1001010 | 110101 |
Color Harmonies of #E02CB3
Complementary color
Monochromatic Colors of #E02CB3
Black with #E02CB3
Text Example
Text Example
White with #E02CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CB3; }
p { color: rgb(224,44,179); }
H1.HeaderClassName
{
color: #E02CB3;
}
.AnyTagClassName
{
color: #E02CB3;
}
</style>
background-color css
<style>
a { background-color: #E02CB3; }
a { background-color: rgb(224,44,179); }
div.DivClassName
{
background-color: #E02CB3;
}
.BgClassName
{
background-color: #E02CB3;
}
</style>
border-color css
<style>
span { border-color: #E02CB3; }
span { border-color: rgb(224,44,179); }
td.TdClassName
{
border-color: #E02CB3;
}
.TagClassName
{
border-color: #E02CB3;
}
</style>