Shades of Spicy Pink #E02DB2
Tints of Spicy Pink #E02DB2
RGB
CMYK
RGB Variations
Color information
#E02DB2 (or 0xE02DB2) is known color: Spicy Pink. HEX triplet: E0, 2D and B2. RGB value is (224,45,178). Sum of RGB (Red+Green+Blue) = 224+45+178=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02DB2 is #1FD24D. Grayscale: #717171. Windows color (decimal): -2085454 or 11677152. OLE color: 11677152.
HSL color Cylindrical-coordinate representation of color #E02DB2: hue angle of 315.42º 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 #E02DB2 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 178 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.12 |
| HSL | 315.42º | 0.74% | 0.53% | - |
| HSV(B) | 315.42º | 0.8% | 0.88% | - |
| XYZ | 39.71 | 20.94 | 44.07 | - |
| YUV | 113.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 178 | 0 | 0.80 | 0.21 | 0.12 | 315.42 | 0.74 | 0.53 |
| Hex | E0 | 2D | B2 | 0 | 50 | 15 | C | 13B | 4A | 35 |
| Octal | 340 | 55 | 262 | 0 | 120 | 25 | 14 | 473 | 112 | 65 |
| Binary | 11100000 | 101101 | 10110010 | 0 | 1010000 | 10101 | 1100 | 100111011 | 1001010 | 110101 |
Color Harmonies of #E02DB2
Complementary color
Monochromatic Colors of #E02DB2
Black with #E02DB2
Text Example
Text Example
White with #E02DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DB2; }
p { color: rgb(224,45,178); }
H1.HeaderClassName
{
color: #E02DB2;
}
.AnyTagClassName
{
color: #E02DB2;
}
</style>
background-color css
<style>
a { background-color: #E02DB2; }
a { background-color: rgb(224,45,178); }
div.DivClassName
{
background-color: #E02DB2;
}
.BgClassName
{
background-color: #E02DB2;
}
</style>
border-color css
<style>
span { border-color: #E02DB2; }
span { border-color: rgb(224,45,178); }
td.TdClassName
{
border-color: #E02DB2;
}
.TagClassName
{
border-color: #E02DB2;
}
</style>