Shades of Heliotrope #E07FFD
Tints of Heliotrope #E07FFD
RGB
CMYK
RGB Variations
Color information
#E07FFD (or 0xE07FFD) is known color: Heliotrope. HEX triplet: E0, 7F and FD. RGB value is (224,127,253). Sum of RGB (Red+Green+Blue) = 224+127+253=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #E07FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FFD is #1F8002. Grayscale: #A9A9A9. Windows color (decimal): -2064387 or 16613344. OLE color: 16613344.
HSL color Cylindrical-coordinate representation of color #E07FFD: hue angle of 286.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07FFD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 127 | 253 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.01 |
| HSL | 286.19º | 0.97% | 0.75% | - |
| HSV(B) | 286.19º | 0.5% | 0.99% | - |
| XYZ | 56.06 | 38.12 | 97.33 | - |
| YUV | 170.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 253 | 0.11 | 0.50 | 0 | 0.01 | 286.19 | 0.97 | 0.75 |
| Hex | E0 | 7F | FD | B | 32 | 0 | 1 | 11E | 61 | 4B |
| Octal | 340 | 177 | 375 | 13 | 62 | 0 | 1 | 436 | 141 | 113 |
| Binary | 11100000 | 1111111 | 11111101 | 1011 | 110010 | 0 | 1 | 100011110 | 1100001 | 1001011 |
Color Harmonies of #E07FFD
Complementary color
Monochromatic Colors of #E07FFD
Black with #E07FFD
Text Example
Text Example
White with #E07FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FFD; }
p { color: rgb(224,127,253); }
H1.HeaderClassName
{
color: #E07FFD;
}
.AnyTagClassName
{
color: #E07FFD;
}
</style>
background-color css
<style>
a { background-color: #E07FFD; }
a { background-color: rgb(224,127,253); }
div.DivClassName
{
background-color: #E07FFD;
}
.BgClassName
{
background-color: #E07FFD;
}
</style>
border-color css
<style>
span { border-color: #E07FFD; }
span { border-color: rgb(224,127,253); }
td.TdClassName
{
border-color: #E07FFD;
}
.TagClassName
{
border-color: #E07FFD;
}
</style>