Shades of Heliotrope #E66AF1
Tints of Heliotrope #E66AF1
RGB
CMYK
RGB Variations
Color information
#E66AF1 (or 0xE66AF1) is known color: Heliotrope. HEX triplet: E6, 6A and F1. RGB value is (230,106,241). Sum of RGB (Red+Green+Blue) = 230+106+241=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #E66AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66AF1 is #19950E. Grayscale: #9E9E9E. Windows color (decimal): -1676559 or 15821542. OLE color: 15821542.
HSL color Cylindrical-coordinate representation of color #E66AF1: hue angle of 295.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66AF1 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 106 | 241 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.05 |
| HSL | 295.11º | 0.83% | 0.68% | - |
| HSV(B) | 295.11º | 0.56% | 0.95% | - |
| XYZ | 53.66 | 33.48 | 86.85 | - |
| YUV | 158.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 241 | 0.05 | 0.56 | 0 | 0.05 | 295.11 | 0.83 | 0.68 |
| Hex | E6 | 6A | F1 | 5 | 38 | 0 | 5 | 127 | 53 | 44 |
| Octal | 346 | 152 | 361 | 5 | 70 | 0 | 5 | 447 | 123 | 104 |
| Binary | 11100110 | 1101010 | 11110001 | 101 | 111000 | 0 | 101 | 100100111 | 1010011 | 1000100 |
Color Harmonies of #E66AF1
Complementary color
Monochromatic Colors of #E66AF1
Black with #E66AF1
Text Example
Text Example
White with #E66AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66AF1; }
p { color: rgb(230,106,241); }
H1.HeaderClassName
{
color: #E66AF1;
}
.AnyTagClassName
{
color: #E66AF1;
}
</style>
background-color css
<style>
a { background-color: #E66AF1; }
a { background-color: rgb(230,106,241); }
div.DivClassName
{
background-color: #E66AF1;
}
.BgClassName
{
background-color: #E66AF1;
}
</style>
border-color css
<style>
span { border-color: #E66AF1; }
span { border-color: rgb(230,106,241); }
td.TdClassName
{
border-color: #E66AF1;
}
.TagClassName
{
border-color: #E66AF1;
}
</style>