Shades of Heliotrope #E666F1
Tints of Heliotrope #E666F1
RGB
CMYK
RGB Variations
Color information
#E666F1 (or 0xE666F1) is known color: Heliotrope. HEX triplet: E6, 66 and F1. RGB value is (230,102,241). Sum of RGB (Red+Green+Blue) = 230+102+241=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #E666F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E666F1 is #19990E. Grayscale: #9B9B9B. Windows color (decimal): -1677583 or 15820518. OLE color: 15820518.
HSL color Cylindrical-coordinate representation of color #E666F1: hue angle of 295.25º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E666F1 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 102 | 241 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.05 |
| HSL | 295.25º | 0.83% | 0.67% | - |
| HSV(B) | 295.25º | 0.58% | 0.95% | - |
| XYZ | 53.26 | 32.68 | 86.72 | - |
| YUV | 156.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 241 | 0.05 | 0.58 | 0 | 0.05 | 295.25 | 0.83 | 0.67 |
| Hex | E6 | 66 | F1 | 5 | 3A | 0 | 5 | 127 | 53 | 43 |
| Octal | 346 | 146 | 361 | 5 | 72 | 0 | 5 | 447 | 123 | 103 |
| Binary | 11100110 | 1100110 | 11110001 | 101 | 111010 | 0 | 101 | 100100111 | 1010011 | 1000011 |
Color Harmonies of #E666F1
Complementary color
Monochromatic Colors of #E666F1
Black with #E666F1
Text Example
Text Example
White with #E666F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666F1; }
p { color: rgb(230,102,241); }
H1.HeaderClassName
{
color: #E666F1;
}
.AnyTagClassName
{
color: #E666F1;
}
</style>
background-color css
<style>
a { background-color: #E666F1; }
a { background-color: rgb(230,102,241); }
div.DivClassName
{
background-color: #E666F1;
}
.BgClassName
{
background-color: #E666F1;
}
</style>
border-color css
<style>
span { border-color: #E666F1; }
span { border-color: rgb(230,102,241); }
td.TdClassName
{
border-color: #E666F1;
}
.TagClassName
{
border-color: #E666F1;
}
</style>