Shades of Heliotrope #E869F9
Tints of Heliotrope #E869F9
RGB
CMYK
RGB Variations
Color information
#E869F9 (or 0xE869F9) is known color: Heliotrope. HEX triplet: E8, 69 and F9. RGB value is (232,105,249). Sum of RGB (Red+Green+Blue) = 232+105+249=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #E869F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E869F9 is #179606. Grayscale: #9E9E9E. Windows color (decimal): -1545735 or 16345576. OLE color: 16345576.
HSL color Cylindrical-coordinate representation of color #E869F9: hue angle of 292.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E869F9 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 105 | 249 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.02 |
| HSL | 292.92º | 0.92% | 0.69% | - |
| HSV(B) | 292.92º | 0.58% | 0.98% | - |
| XYZ | 55.43 | 34.1 | 93.28 | - |
| YUV | 159.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 249 | 0.07 | 0.58 | 0 | 0.02 | 292.92 | 0.92 | 0.69 |
| Hex | E8 | 69 | F9 | 7 | 3A | 0 | 2 | 125 | 5C | 45 |
| Octal | 350 | 151 | 371 | 7 | 72 | 0 | 2 | 445 | 134 | 105 |
| Binary | 11101000 | 1101001 | 11111001 | 111 | 111010 | 0 | 10 | 100100101 | 1011100 | 1000101 |
Color Harmonies of #E869F9
Complementary color
Monochromatic Colors of #E869F9
Black with #E869F9
Text Example
Text Example
White with #E869F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869F9; }
p { color: rgb(232,105,249); }
H1.HeaderClassName
{
color: #E869F9;
}
.AnyTagClassName
{
color: #E869F9;
}
</style>
background-color css
<style>
a { background-color: #E869F9; }
a { background-color: rgb(232,105,249); }
div.DivClassName
{
background-color: #E869F9;
}
.BgClassName
{
background-color: #E869F9;
}
</style>
border-color css
<style>
span { border-color: #E869F9; }
span { border-color: rgb(232,105,249); }
td.TdClassName
{
border-color: #E869F9;
}
.TagClassName
{
border-color: #E869F9;
}
</style>