Shades of Spicy Pink #E028B7
Tints of Spicy Pink #E028B7
RGB
CMYK
RGB Variations
Color information
#E028B7 (or 0xE028B7) is known color: Spicy Pink. HEX triplet: E0, 28 and B7. RGB value is (224,40,183). Sum of RGB (Red+Green+Blue) = 224+40+183=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E028B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028B7 is #1FD748. Grayscale: #6E6E6E. Windows color (decimal): -2086729 or 12003552. OLE color: 12003552.
HSL color Cylindrical-coordinate representation of color #E028B7: hue angle of 313.37º 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 #E028B7 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 183 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.12 |
| HSL | 313.37º | 0.75% | 0.52% | - |
| HSV(B) | 313.37º | 0.82% | 0.88% | - |
| XYZ | 40.05 | 20.78 | 46.7 | - |
| YUV | 111.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 183 | 0 | 0.82 | 0.18 | 0.12 | 313.37 | 0.75 | 0.52 |
| Hex | E0 | 28 | B7 | 0 | 52 | 12 | C | 139 | 4B | 34 |
| Octal | 340 | 50 | 267 | 0 | 122 | 22 | 14 | 471 | 113 | 64 |
| Binary | 11100000 | 101000 | 10110111 | 0 | 1010010 | 10010 | 1100 | 100111001 | 1001011 | 110100 |
Color Harmonies of #E028B7
Complementary color
Monochromatic Colors of #E028B7
Black with #E028B7
Text Example
Text Example
White with #E028B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028B7; }
p { color: rgb(224,40,183); }
H1.HeaderClassName
{
color: #E028B7;
}
.AnyTagClassName
{
color: #E028B7;
}
</style>
background-color css
<style>
a { background-color: #E028B7; }
a { background-color: rgb(224,40,183); }
div.DivClassName
{
background-color: #E028B7;
}
.BgClassName
{
background-color: #E028B7;
}
</style>
border-color css
<style>
span { border-color: #E028B7; }
span { border-color: rgb(224,40,183); }
td.TdClassName
{
border-color: #E028B7;
}
.TagClassName
{
border-color: #E028B7;
}
</style>