Shades of Spicy Pink #E028BA
Tints of Spicy Pink #E028BA
RGB
CMYK
RGB Variations
Color information
#E028BA (or 0xE028BA) is known color: Spicy Pink. HEX triplet: E0, 28 and BA. RGB value is (224,40,186). Sum of RGB (Red+Green+Blue) = 224+40+186=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E028BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028BA is #1FD745. Grayscale: #6F6F6F. Windows color (decimal): -2086726 or 12200160. OLE color: 12200160.
HSL color Cylindrical-coordinate representation of color #E028BA: hue angle of 312.39º 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 #E028BA is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 186 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.12 |
| HSL | 312.39º | 0.75% | 0.52% | - |
| HSV(B) | 312.39º | 0.82% | 0.88% | - |
| XYZ | 40.36 | 20.91 | 48.36 | - |
| YUV | 111.66 | 169.96 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 186 | 0 | 0.82 | 0.17 | 0.12 | 312.39 | 0.75 | 0.52 |
| Hex | E0 | 28 | BA | 0 | 52 | 11 | C | 138 | 4B | 34 |
| Octal | 340 | 50 | 272 | 0 | 122 | 21 | 14 | 470 | 113 | 64 |
| Binary | 11100000 | 101000 | 10111010 | 0 | 1010010 | 10001 | 1100 | 100111000 | 1001011 | 110100 |
Color Harmonies of #E028BA
Complementary color
Monochromatic Colors of #E028BA
Black with #E028BA
Text Example
Text Example
White with #E028BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028BA; }
p { color: rgb(224,40,186); }
H1.HeaderClassName
{
color: #E028BA;
}
.AnyTagClassName
{
color: #E028BA;
}
</style>
background-color css
<style>
a { background-color: #E028BA; }
a { background-color: rgb(224,40,186); }
div.DivClassName
{
background-color: #E028BA;
}
.BgClassName
{
background-color: #E028BA;
}
</style>
border-color css
<style>
span { border-color: #E028BA; }
span { border-color: rgb(224,40,186); }
td.TdClassName
{
border-color: #E028BA;
}
.TagClassName
{
border-color: #E028BA;
}
</style>