Shades of Heliotrope #E17EFD
Tints of Heliotrope #E17EFD
RGB
CMYK
RGB Variations
Color information
#E17EFD (or 0xE17EFD) is known color: Heliotrope. HEX triplet: E1, 7E and FD. RGB value is (225,126,253). Sum of RGB (Red+Green+Blue) = 225+126+253=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 126 (49.61% from 255 or 20.86% 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 #E17EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17EFD is #1E8102. Grayscale: #A9A9A9. Windows color (decimal): -1999107 or 16613089. OLE color: 16613089.
HSL color Cylindrical-coordinate representation of color #E17EFD: hue angle of 286.77º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17EFD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 126 | 253 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.01 |
| HSL | 286.77º | 0.97% | 0.74% | - |
| HSV(B) | 286.77º | 0.5% | 0.99% | - |
| XYZ | 56.24 | 38.02 | 97.3 | - |
| YUV | 170.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 253 | 0.11 | 0.50 | 0 | 0.01 | 286.77 | 0.97 | 0.74 |
| Hex | E1 | 7E | FD | B | 32 | 0 | 1 | 11F | 61 | 4A |
| Octal | 341 | 176 | 375 | 13 | 62 | 0 | 1 | 437 | 141 | 112 |
| Binary | 11100001 | 1111110 | 11111101 | 1011 | 110010 | 0 | 1 | 100011111 | 1100001 | 1001010 |
Color Harmonies of #E17EFD
Complementary color
Monochromatic Colors of #E17EFD
Black with #E17EFD
Text Example
Text Example
White with #E17EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EFD; }
p { color: rgb(225,126,253); }
H1.HeaderClassName
{
color: #E17EFD;
}
.AnyTagClassName
{
color: #E17EFD;
}
</style>
background-color css
<style>
a { background-color: #E17EFD; }
a { background-color: rgb(225,126,253); }
div.DivClassName
{
background-color: #E17EFD;
}
.BgClassName
{
background-color: #E17EFD;
}
</style>
border-color css
<style>
span { border-color: #E17EFD; }
span { border-color: rgb(225,126,253); }
td.TdClassName
{
border-color: #E17EFD;
}
.TagClassName
{
border-color: #E17EFD;
}
</style>