Shades of Spicy Pink #E027B5
Tints of Spicy Pink #E027B5
RGB
CMYK
RGB Variations
Color information
#E027B5 (or 0xE027B5) is known color: Spicy Pink. HEX triplet: E0, 27 and B5. RGB value is (224,39,181). Sum of RGB (Red+Green+Blue) = 224+39+181=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E027B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027B5 is #1FD84A. Grayscale: #6E6E6E. Windows color (decimal): -2086987 or 11872224. OLE color: 11872224.
HSL color Cylindrical-coordinate representation of color #E027B5: hue angle of 313.95º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027B5 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 181 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.12 |
| HSL | 313.95º | 0.75% | 0.52% | - |
| HSV(B) | 313.95º | 0.83% | 0.88% | - |
| XYZ | 39.81 | 20.63 | 45.6 | - |
| YUV | 110.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 181 | 0 | 0.83 | 0.19 | 0.12 | 313.95 | 0.75 | 0.52 |
| Hex | E0 | 27 | B5 | 0 | 53 | 13 | C | 13A | 4B | 34 |
| Octal | 340 | 47 | 265 | 0 | 123 | 23 | 14 | 472 | 113 | 64 |
| Binary | 11100000 | 100111 | 10110101 | 0 | 1010011 | 10011 | 1100 | 100111010 | 1001011 | 110100 |
Color Harmonies of #E027B5
Complementary color
Monochromatic Colors of #E027B5
Black with #E027B5
Text Example
Text Example
White with #E027B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027B5; }
p { color: rgb(224,39,181); }
H1.HeaderClassName
{
color: #E027B5;
}
.AnyTagClassName
{
color: #E027B5;
}
</style>
background-color css
<style>
a { background-color: #E027B5; }
a { background-color: rgb(224,39,181); }
div.DivClassName
{
background-color: #E027B5;
}
.BgClassName
{
background-color: #E027B5;
}
</style>
border-color css
<style>
span { border-color: #E027B5; }
span { border-color: rgb(224,39,181); }
td.TdClassName
{
border-color: #E027B5;
}
.TagClassName
{
border-color: #E027B5;
}
</style>