Shades of Heliotrope #E57EFD
Tints of Heliotrope #E57EFD
RGB
CMYK
RGB Variations
Color information
#E57EFD (or 0xE57EFD) is known color: Heliotrope. HEX triplet: E5, 7E and FD. RGB value is (229,126,253). Sum of RGB (Red+Green+Blue) = 229+126+253=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 126 (49.61% from 255 or 20.72% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #E57EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57EFD is #1A8102. Grayscale: #AAAAAA. Windows color (decimal): -1736963 or 16613093. OLE color: 16613093.
HSL color Cylindrical-coordinate representation of color #E57EFD: hue angle of 288.66º 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 #E57EFD is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 126 | 253 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.01 |
| HSL | 288.66º | 0.97% | 0.74% | - |
| HSV(B) | 288.66º | 0.5% | 0.99% | - |
| XYZ | 57.5 | 38.67 | 97.36 | - |
| YUV | 171.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 253 | 0.09 | 0.50 | 0 | 0.01 | 288.66 | 0.97 | 0.74 |
| Hex | E5 | 7E | FD | 9 | 32 | 0 | 1 | 121 | 61 | 4A |
| Octal | 345 | 176 | 375 | 11 | 62 | 0 | 1 | 441 | 141 | 112 |
| Binary | 11100101 | 1111110 | 11111101 | 1001 | 110010 | 0 | 1 | 100100001 | 1100001 | 1001010 |
Color Harmonies of #E57EFD
Complementary color
Monochromatic Colors of #E57EFD
Black with #E57EFD
Text Example
Text Example
White with #E57EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57EFD; }
p { color: rgb(229,126,253); }
H1.HeaderClassName
{
color: #E57EFD;
}
.AnyTagClassName
{
color: #E57EFD;
}
</style>
background-color css
<style>
a { background-color: #E57EFD; }
a { background-color: rgb(229,126,253); }
div.DivClassName
{
background-color: #E57EFD;
}
.BgClassName
{
background-color: #E57EFD;
}
</style>
border-color css
<style>
span { border-color: #E57EFD; }
span { border-color: rgb(229,126,253); }
td.TdClassName
{
border-color: #E57EFD;
}
.TagClassName
{
border-color: #E57EFD;
}
</style>