Shades of Heliotrope #E06FF2
Tints of Heliotrope #E06FF2
RGB
CMYK
RGB Variations
Color information
#E06FF2 (or 0xE06FF2) is known color: Heliotrope. HEX triplet: E0, 6F and F2. RGB value is (224,111,242). Sum of RGB (Red+Green+Blue) = 224+111+242=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #E06FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FF2 is #1F900D. Grayscale: #9F9F9F. Windows color (decimal): -2068494 or 15888352. OLE color: 15888352.
HSL color Cylindrical-coordinate representation of color #E06FF2: hue angle of 291.76º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06FF2 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 111 | 242 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.05 |
| HSL | 291.76º | 0.83% | 0.69% | - |
| HSV(B) | 291.76º | 0.54% | 0.95% | - |
| XYZ | 52.45 | 33.63 | 87.73 | - |
| YUV | 159.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 242 | 0.07 | 0.54 | 0 | 0.05 | 291.76 | 0.83 | 0.69 |
| Hex | E0 | 6F | F2 | 7 | 36 | 0 | 5 | 124 | 53 | 45 |
| Octal | 340 | 157 | 362 | 7 | 66 | 0 | 5 | 444 | 123 | 105 |
| Binary | 11100000 | 1101111 | 11110010 | 111 | 110110 | 0 | 101 | 100100100 | 1010011 | 1000101 |
Color Harmonies of #E06FF2
Complementary color
Monochromatic Colors of #E06FF2
Black with #E06FF2
Text Example
Text Example
White with #E06FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FF2; }
p { color: rgb(224,111,242); }
H1.HeaderClassName
{
color: #E06FF2;
}
.AnyTagClassName
{
color: #E06FF2;
}
</style>
background-color css
<style>
a { background-color: #E06FF2; }
a { background-color: rgb(224,111,242); }
div.DivClassName
{
background-color: #E06FF2;
}
.BgClassName
{
background-color: #E06FF2;
}
</style>
border-color css
<style>
span { border-color: #E06FF2; }
span { border-color: rgb(224,111,242); }
td.TdClassName
{
border-color: #E06FF2;
}
.TagClassName
{
border-color: #E06FF2;
}
</style>