Shades of Heliotrope #E07DFE
Tints of Heliotrope #E07DFE
RGB
CMYK
RGB Variations
Color information
#E07DFE (or 0xE07DFE) is known color: Heliotrope. HEX triplet: E0, 7D and FE. RGB value is (224,125,254). Sum of RGB (Red+Green+Blue) = 224+125+254=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #E07DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFE is #1F8201. Grayscale: #A8A8A8. Windows color (decimal): -2064898 or 16678368. OLE color: 16678368.
HSL color Cylindrical-coordinate representation of color #E07DFE: hue angle of 286.05º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07DFE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 125 | 254 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.00 |
| HSL | 286.05º | 0.98% | 0.74% | - |
| HSV(B) | 286.05º | 0.51% | 1% | - |
| XYZ | 55.96 | 37.67 | 98.09 | - |
| YUV | 169.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 254 | 0.12 | 0.51 | 0 | 0.00 | 286.05 | 0.98 | 0.74 |
| Hex | E0 | 7D | FE | C | 33 | 0 | 0 | 11E | 62 | 4A |
| Octal | 340 | 175 | 376 | 14 | 63 | 0 | 0 | 436 | 142 | 112 |
| Binary | 11100000 | 1111101 | 11111110 | 1100 | 110011 | 0 | 0 | 100011110 | 1100010 | 1001010 |
Color Harmonies of #E07DFE
Complementary color
Monochromatic Colors of #E07DFE
Black with #E07DFE
Text Example
Text Example
White with #E07DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DFE; }
p { color: rgb(224,125,254); }
H1.HeaderClassName
{
color: #E07DFE;
}
.AnyTagClassName
{
color: #E07DFE;
}
</style>
background-color css
<style>
a { background-color: #E07DFE; }
a { background-color: rgb(224,125,254); }
div.DivClassName
{
background-color: #E07DFE;
}
.BgClassName
{
background-color: #E07DFE;
}
</style>
border-color css
<style>
span { border-color: #E07DFE; }
span { border-color: rgb(224,125,254); }
td.TdClassName
{
border-color: #E07DFE;
}
.TagClassName
{
border-color: #E07DFE;
}
</style>