Shades of Heliotrope #E873F8
Tints of Heliotrope #E873F8
RGB
CMYK
RGB Variations
Color information
#E873F8 (or 0xE873F8) is known color: Heliotrope. HEX triplet: E8, 73 and F8. RGB value is (232,115,248). Sum of RGB (Red+Green+Blue) = 232+115+248=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #E873F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E873F8 is #178C07. Grayscale: #A4A4A4. Windows color (decimal): -1543176 or 16282600. OLE color: 16282600.
HSL color Cylindrical-coordinate representation of color #E873F8: hue angle of 292.78º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E873F8 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 115 | 248 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.03 |
| HSL | 292.78º | 0.9% | 0.71% | - |
| HSV(B) | 292.78º | 0.54% | 0.97% | - |
| XYZ | 56.35 | 36.19 | 92.82 | - |
| YUV | 165.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 248 | 0.06 | 0.54 | 0 | 0.03 | 292.78 | 0.9 | 0.71 |
| Hex | E8 | 73 | F8 | 6 | 36 | 0 | 3 | 125 | 5A | 47 |
| Octal | 350 | 163 | 370 | 6 | 66 | 0 | 3 | 445 | 132 | 107 |
| Binary | 11101000 | 1110011 | 11111000 | 110 | 110110 | 0 | 11 | 100100101 | 1011010 | 1000111 |
Color Harmonies of #E873F8
Complementary color
Monochromatic Colors of #E873F8
Black with #E873F8
Text Example
Text Example
White with #E873F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873F8; }
p { color: rgb(232,115,248); }
H1.HeaderClassName
{
color: #E873F8;
}
.AnyTagClassName
{
color: #E873F8;
}
</style>
background-color css
<style>
a { background-color: #E873F8; }
a { background-color: rgb(232,115,248); }
div.DivClassName
{
background-color: #E873F8;
}
.BgClassName
{
background-color: #E873F8;
}
</style>
border-color css
<style>
span { border-color: #E873F8; }
span { border-color: rgb(232,115,248); }
td.TdClassName
{
border-color: #E873F8;
}
.TagClassName
{
border-color: #E873F8;
}
</style>