Shades of Spicy Pink #E028B6
Tints of Spicy Pink #E028B6
RGB
CMYK
RGB Variations
Color information
#E028B6 (or 0xE028B6) is known color: Spicy Pink. HEX triplet: E0, 28 and B6. RGB value is (224,40,182). Sum of RGB (Red+Green+Blue) = 224+40+182=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E028B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028B6 is #1FD749. Grayscale: #6E6E6E. Windows color (decimal): -2086730 or 11938016. OLE color: 11938016.
HSL color Cylindrical-coordinate representation of color #E028B6: hue angle of 313.7º 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 #E028B6 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 182 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.12 |
| HSL | 313.7º | 0.75% | 0.52% | - |
| HSV(B) | 313.7º | 0.82% | 0.88% | - |
| XYZ | 39.94 | 20.74 | 46.15 | - |
| YUV | 111.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 182 | 0 | 0.82 | 0.19 | 0.12 | 313.7 | 0.75 | 0.52 |
| Hex | E0 | 28 | B6 | 0 | 52 | 13 | C | 13A | 4B | 34 |
| Octal | 340 | 50 | 266 | 0 | 122 | 23 | 14 | 472 | 113 | 64 |
| Binary | 11100000 | 101000 | 10110110 | 0 | 1010010 | 10011 | 1100 | 100111010 | 1001011 | 110100 |
Color Harmonies of #E028B6
Complementary color
Monochromatic Colors of #E028B6
Black with #E028B6
Text Example
Text Example
White with #E028B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028B6; }
p { color: rgb(224,40,182); }
H1.HeaderClassName
{
color: #E028B6;
}
.AnyTagClassName
{
color: #E028B6;
}
</style>
background-color css
<style>
a { background-color: #E028B6; }
a { background-color: rgb(224,40,182); }
div.DivClassName
{
background-color: #E028B6;
}
.BgClassName
{
background-color: #E028B6;
}
</style>
border-color css
<style>
span { border-color: #E028B6; }
span { border-color: rgb(224,40,182); }
td.TdClassName
{
border-color: #E028B6;
}
.TagClassName
{
border-color: #E028B6;
}
</style>