Shades of Heliotrope #E873FA
Tints of Heliotrope #E873FA
RGB
CMYK
RGB Variations
Color information
#E873FA (or 0xE873FA) is known color: Heliotrope. HEX triplet: E8, 73 and FA. RGB value is (232,115,250). Sum of RGB (Red+Green+Blue) = 232+115+250=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 115 (45.31% from 255 or 19.26% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #E873FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E873FA is #178C05. Grayscale: #A4A4A4. Windows color (decimal): -1543174 or 16413672. OLE color: 16413672.
HSL color Cylindrical-coordinate representation of color #E873FA: hue angle of 292º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E873FA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 115 | 250 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.02 |
| HSL | 292º | 0.93% | 0.72% | - |
| HSV(B) | 292º | 0.54% | 0.98% | - |
| XYZ | 56.66 | 36.32 | 94.47 | - |
| YUV | 165.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 250 | 0.07 | 0.54 | 0 | 0.02 | 292 | 0.93 | 0.72 |
| Hex | E8 | 73 | FA | 7 | 36 | 0 | 2 | 124 | 5D | 48 |
| Octal | 350 | 163 | 372 | 7 | 66 | 0 | 2 | 444 | 135 | 110 |
| Binary | 11101000 | 1110011 | 11111010 | 111 | 110110 | 0 | 10 | 100100100 | 1011101 | 1001000 |
Color Harmonies of #E873FA
Complementary color
Monochromatic Colors of #E873FA
Black with #E873FA
Text Example
Text Example
White with #E873FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873FA; }
p { color: rgb(232,115,250); }
H1.HeaderClassName
{
color: #E873FA;
}
.AnyTagClassName
{
color: #E873FA;
}
</style>
background-color css
<style>
a { background-color: #E873FA; }
a { background-color: rgb(232,115,250); }
div.DivClassName
{
background-color: #E873FA;
}
.BgClassName
{
background-color: #E873FA;
}
</style>
border-color css
<style>
span { border-color: #E873FA; }
span { border-color: rgb(232,115,250); }
td.TdClassName
{
border-color: #E873FA;
}
.TagClassName
{
border-color: #E873FA;
}
</style>