Shades of Heliotrope #E07FF4
Tints of Heliotrope #E07FF4
RGB
CMYK
RGB Variations
Color information
#E07FF4 (or 0xE07FF4) is known color: Heliotrope. HEX triplet: E0, 7F and F4. RGB value is (224,127,244). Sum of RGB (Red+Green+Blue) = 224+127+244=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #E07FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FF4 is #1F800B. Grayscale: #A8A8A8. Windows color (decimal): -2064396 or 16023520. OLE color: 16023520.
HSL color Cylindrical-coordinate representation of color #E07FF4: hue angle of 289.74º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07FF4 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 127 | 244 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.04 |
| HSL | 289.74º | 0.84% | 0.73% | - |
| HSV(B) | 289.74º | 0.48% | 0.96% | - |
| XYZ | 54.66 | 37.56 | 89.96 | - |
| YUV | 169.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 244 | 0.08 | 0.48 | 0 | 0.04 | 289.74 | 0.84 | 0.73 |
| Hex | E0 | 7F | F4 | 8 | 30 | 0 | 4 | 122 | 54 | 49 |
| Octal | 340 | 177 | 364 | 10 | 60 | 0 | 4 | 442 | 124 | 111 |
| Binary | 11100000 | 1111111 | 11110100 | 1000 | 110000 | 0 | 100 | 100100010 | 1010100 | 1001001 |
Color Harmonies of #E07FF4
Complementary color
Monochromatic Colors of #E07FF4
Black with #E07FF4
Text Example
Text Example
White with #E07FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FF4; }
p { color: rgb(224,127,244); }
H1.HeaderClassName
{
color: #E07FF4;
}
.AnyTagClassName
{
color: #E07FF4;
}
</style>
background-color css
<style>
a { background-color: #E07FF4; }
a { background-color: rgb(224,127,244); }
div.DivClassName
{
background-color: #E07FF4;
}
.BgClassName
{
background-color: #E07FF4;
}
</style>
border-color css
<style>
span { border-color: #E07FF4; }
span { border-color: rgb(224,127,244); }
td.TdClassName
{
border-color: #E07FF4;
}
.TagClassName
{
border-color: #E07FF4;
}
</style>