Shades of Heliotrope #E66FFA
Tints of Heliotrope #E66FFA
RGB
CMYK
RGB Variations
Color information
#E66FFA (or 0xE66FFA) is known color: Heliotrope. HEX triplet: E6, 6F and FA. RGB value is (230,111,250). Sum of RGB (Red+Green+Blue) = 230+111+250=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #E66FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66FFA is #199005. Grayscale: #A1A1A1. Windows color (decimal): -1675270 or 16412646. OLE color: 16412646.
HSL color Cylindrical-coordinate representation of color #E66FFA: hue angle of 291.37º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66FFA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 111 | 250 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.02 |
| HSL | 291.37º | 0.93% | 0.71% | - |
| HSV(B) | 291.37º | 0.56% | 0.98% | - |
| XYZ | 55.57 | 35.09 | 94.29 | - |
| YUV | 162.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 250 | 0.08 | 0.56 | 0 | 0.02 | 291.37 | 0.93 | 0.71 |
| Hex | E6 | 6F | FA | 8 | 38 | 0 | 2 | 123 | 5D | 47 |
| Octal | 346 | 157 | 372 | 10 | 70 | 0 | 2 | 443 | 135 | 107 |
| Binary | 11100110 | 1101111 | 11111010 | 1000 | 111000 | 0 | 10 | 100100011 | 1011101 | 1000111 |
Color Harmonies of #E66FFA
Complementary color
Monochromatic Colors of #E66FFA
Black with #E66FFA
Text Example
Text Example
White with #E66FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FFA; }
p { color: rgb(230,111,250); }
H1.HeaderClassName
{
color: #E66FFA;
}
.AnyTagClassName
{
color: #E66FFA;
}
</style>
background-color css
<style>
a { background-color: #E66FFA; }
a { background-color: rgb(230,111,250); }
div.DivClassName
{
background-color: #E66FFA;
}
.BgClassName
{
background-color: #E66FFA;
}
</style>
border-color css
<style>
span { border-color: #E66FFA; }
span { border-color: rgb(230,111,250); }
td.TdClassName
{
border-color: #E66FFA;
}
.TagClassName
{
border-color: #E66FFA;
}
</style>