Shades of Heliotrope #E07DF3
Tints of Heliotrope #E07DF3
RGB
CMYK
RGB Variations
Color information
#E07DF3 (or 0xE07DF3) is known color: Heliotrope. HEX triplet: E0, 7D and F3. RGB value is (224,125,243). Sum of RGB (Red+Green+Blue) = 224+125+243=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #E07DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DF3 is #1F820C. Grayscale: #A7A7A7. Windows color (decimal): -2064909 or 15957472. OLE color: 15957472.
HSL color Cylindrical-coordinate representation of color #E07DF3: hue angle of 290.34º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07DF3 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 125 | 243 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.05 |
| HSL | 290.34º | 0.83% | 0.72% | - |
| HSV(B) | 290.34º | 0.49% | 0.95% | - |
| XYZ | 54.25 | 36.99 | 89.07 | - |
| YUV | 168.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 243 | 0.08 | 0.49 | 0 | 0.05 | 290.34 | 0.83 | 0.72 |
| Hex | E0 | 7D | F3 | 8 | 31 | 0 | 5 | 122 | 53 | 48 |
| Octal | 340 | 175 | 363 | 10 | 61 | 0 | 5 | 442 | 123 | 110 |
| Binary | 11100000 | 1111101 | 11110011 | 1000 | 110001 | 0 | 101 | 100100010 | 1010011 | 1001000 |
Color Harmonies of #E07DF3
Complementary color
Monochromatic Colors of #E07DF3
Black with #E07DF3
Text Example
Text Example
White with #E07DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DF3; }
p { color: rgb(224,125,243); }
H1.HeaderClassName
{
color: #E07DF3;
}
.AnyTagClassName
{
color: #E07DF3;
}
</style>
background-color css
<style>
a { background-color: #E07DF3; }
a { background-color: rgb(224,125,243); }
div.DivClassName
{
background-color: #E07DF3;
}
.BgClassName
{
background-color: #E07DF3;
}
</style>
border-color css
<style>
span { border-color: #E07DF3; }
span { border-color: rgb(224,125,243); }
td.TdClassName
{
border-color: #E07DF3;
}
.TagClassName
{
border-color: #E07DF3;
}
</style>