Shades of Heliotrope #E07FF2
Tints of Heliotrope #E07FF2
RGB
CMYK
RGB Variations
Color information
#E07FF2 (or 0xE07FF2) is known color: Heliotrope. HEX triplet: E0, 7F and F2. RGB value is (224,127,242). Sum of RGB (Red+Green+Blue) = 224+127+242=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #E07FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FF2 is #1F800D. Grayscale: #A8A8A8. Windows color (decimal): -2064398 or 15892448. OLE color: 15892448.
HSL color Cylindrical-coordinate representation of color #E07FF2: hue angle of 290.61º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07FF2 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 127 | 242 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.05 |
| HSL | 290.61º | 0.82% | 0.72% | - |
| HSV(B) | 290.61º | 0.48% | 0.95% | - |
| XYZ | 54.36 | 37.44 | 88.37 | - |
| YUV | 169.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 242 | 0.07 | 0.48 | 0 | 0.05 | 290.61 | 0.82 | 0.72 |
| Hex | E0 | 7F | F2 | 7 | 30 | 0 | 5 | 123 | 52 | 48 |
| Octal | 340 | 177 | 362 | 7 | 60 | 0 | 5 | 443 | 122 | 110 |
| Binary | 11100000 | 1111111 | 11110010 | 111 | 110000 | 0 | 101 | 100100011 | 1010010 | 1001000 |
Color Harmonies of #E07FF2
Complementary color
Monochromatic Colors of #E07FF2
Black with #E07FF2
Text Example
Text Example
White with #E07FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FF2; }
p { color: rgb(224,127,242); }
H1.HeaderClassName
{
color: #E07FF2;
}
.AnyTagClassName
{
color: #E07FF2;
}
</style>
background-color css
<style>
a { background-color: #E07FF2; }
a { background-color: rgb(224,127,242); }
div.DivClassName
{
background-color: #E07FF2;
}
.BgClassName
{
background-color: #E07FF2;
}
</style>
border-color css
<style>
span { border-color: #E07FF2; }
span { border-color: rgb(224,127,242); }
td.TdClassName
{
border-color: #E07FF2;
}
.TagClassName
{
border-color: #E07FF2;
}
</style>