Shades of Heliotrope #E66DF1
Tints of Heliotrope #E66DF1
RGB
CMYK
RGB Variations
Color information
#E66DF1 (or 0xE66DF1) is known color: Heliotrope. HEX triplet: E6, 6D and F1. RGB value is (230,109,241). Sum of RGB (Red+Green+Blue) = 230+109+241=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #E66DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66DF1 is #19920E. Grayscale: #9F9F9F. Windows color (decimal): -1675791 or 15822310. OLE color: 15822310.
HSL color Cylindrical-coordinate representation of color #E66DF1: hue angle of 295º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E66DF1 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 109 | 241 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.05 |
| HSL | 295º | 0.83% | 0.69% | - |
| HSV(B) | 295º | 0.55% | 0.95% | - |
| XYZ | 53.98 | 34.11 | 86.96 | - |
| YUV | 160.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 241 | 0.05 | 0.55 | 0 | 0.05 | 295 | 0.83 | 0.69 |
| Hex | E6 | 6D | F1 | 5 | 37 | 0 | 5 | 127 | 52 | 45 |
| Octal | 346 | 155 | 361 | 5 | 67 | 0 | 5 | 447 | 122 | 105 |
| Binary | 11100110 | 1101101 | 11110001 | 101 | 110111 | 0 | 101 | 100100111 | 1010010 | 1000101 |
Color Harmonies of #E66DF1
Complementary color
Monochromatic Colors of #E66DF1
Black with #E66DF1
Text Example
Text Example
White with #E66DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DF1; }
p { color: rgb(230,109,241); }
H1.HeaderClassName
{
color: #E66DF1;
}
.AnyTagClassName
{
color: #E66DF1;
}
</style>
background-color css
<style>
a { background-color: #E66DF1; }
a { background-color: rgb(230,109,241); }
div.DivClassName
{
background-color: #E66DF1;
}
.BgClassName
{
background-color: #E66DF1;
}
</style>
border-color css
<style>
span { border-color: #E66DF1; }
span { border-color: rgb(230,109,241); }
td.TdClassName
{
border-color: #E66DF1;
}
.TagClassName
{
border-color: #E66DF1;
}
</style>