Shades of Heliotrope #E07DFD
Tints of Heliotrope #E07DFD
RGB
CMYK
RGB Variations
Color information
#E07DFD (or 0xE07DFD) is known color: Heliotrope. HEX triplet: E0, 7D and FD. RGB value is (224,125,253). Sum of RGB (Red+Green+Blue) = 224+125+253=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #E07DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFD is #1F8202. Grayscale: #A8A8A8. Windows color (decimal): -2064899 or 16612832. OLE color: 16612832.
HSL color Cylindrical-coordinate representation of color #E07DFD: hue angle of 286.41º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07DFD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 125 | 253 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.01 |
| HSL | 286.41º | 0.97% | 0.74% | - |
| HSV(B) | 286.41º | 0.51% | 0.99% | - |
| XYZ | 55.8 | 37.61 | 97.25 | - |
| YUV | 169.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 253 | 0.11 | 0.51 | 0 | 0.01 | 286.41 | 0.97 | 0.74 |
| Hex | E0 | 7D | FD | B | 33 | 0 | 1 | 11E | 61 | 4A |
| Octal | 340 | 175 | 375 | 13 | 63 | 0 | 1 | 436 | 141 | 112 |
| Binary | 11100000 | 1111101 | 11111101 | 1011 | 110011 | 0 | 1 | 100011110 | 1100001 | 1001010 |
Color Harmonies of #E07DFD
Complementary color
Monochromatic Colors of #E07DFD
Black with #E07DFD
Text Example
Text Example
White with #E07DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DFD; }
p { color: rgb(224,125,253); }
H1.HeaderClassName
{
color: #E07DFD;
}
.AnyTagClassName
{
color: #E07DFD;
}
</style>
background-color css
<style>
a { background-color: #E07DFD; }
a { background-color: rgb(224,125,253); }
div.DivClassName
{
background-color: #E07DFD;
}
.BgClassName
{
background-color: #E07DFD;
}
</style>
border-color css
<style>
span { border-color: #E07DFD; }
span { border-color: rgb(224,125,253); }
td.TdClassName
{
border-color: #E07DFD;
}
.TagClassName
{
border-color: #E07DFD;
}
</style>