Shades of Spicy Pink #E028B4
Tints of Spicy Pink #E028B4
RGB
CMYK
RGB Variations
Color information
#E028B4 (or 0xE028B4) is known color: Spicy Pink. HEX triplet: E0, 28 and B4. RGB value is (224,40,180). Sum of RGB (Red+Green+Blue) = 224+40+180=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E028B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028B4 is #1FD74B. Grayscale: #6E6E6E. Windows color (decimal): -2086732 or 11806944. OLE color: 11806944.
HSL color Cylindrical-coordinate representation of color #E028B4: hue angle of 314.35º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E028B4 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 180 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.12 |
| HSL | 314.35º | 0.75% | 0.52% | - |
| HSV(B) | 314.35º | 0.82% | 0.88% | - |
| XYZ | 39.74 | 20.66 | 45.07 | - |
| YUV | 110.98 | 166.96 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 180 | 0 | 0.82 | 0.20 | 0.12 | 314.35 | 0.75 | 0.52 |
| Hex | E0 | 28 | B4 | 0 | 52 | 14 | C | 13A | 4B | 34 |
| Octal | 340 | 50 | 264 | 0 | 122 | 24 | 14 | 472 | 113 | 64 |
| Binary | 11100000 | 101000 | 10110100 | 0 | 1010010 | 10100 | 1100 | 100111010 | 1001011 | 110100 |
Color Harmonies of #E028B4
Complementary color
Monochromatic Colors of #E028B4
Black with #E028B4
Text Example
Text Example
White with #E028B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028B4; }
p { color: rgb(224,40,180); }
H1.HeaderClassName
{
color: #E028B4;
}
.AnyTagClassName
{
color: #E028B4;
}
</style>
background-color css
<style>
a { background-color: #E028B4; }
a { background-color: rgb(224,40,180); }
div.DivClassName
{
background-color: #E028B4;
}
.BgClassName
{
background-color: #E028B4;
}
</style>
border-color css
<style>
span { border-color: #E028B4; }
span { border-color: rgb(224,40,180); }
td.TdClassName
{
border-color: #E028B4;
}
.TagClassName
{
border-color: #E028B4;
}
</style>