Shades of Heliotrope #E57AFE
Tints of Heliotrope #E57AFE
RGB
CMYK
RGB Variations
Color information
#E57AFE (or 0xE57AFE) is known color: Heliotrope. HEX triplet: E5, 7A and FE. RGB value is (229,122,254). Sum of RGB (Red+Green+Blue) = 229+122+254=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 122 (48.05% from 255 or 20.17% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #E57AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57AFE is #1A8501. Grayscale: #A8A8A8. Windows color (decimal): -1737986 or 16677605. OLE color: 16677605.
HSL color Cylindrical-coordinate representation of color #E57AFE: hue angle of 288.64º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E57AFE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 122 | 254 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.00 |
| HSL | 288.64º | 0.99% | 0.74% | - |
| HSV(B) | 288.64º | 0.52% | 1% | - |
| XYZ | 57.16 | 37.73 | 98.04 | - |
| YUV | 169.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 254 | 0.10 | 0.52 | 0 | 0.00 | 288.64 | 0.99 | 0.74 |
| Hex | E5 | 7A | FE | A | 34 | 0 | 0 | 121 | 63 | 4A |
| Octal | 345 | 172 | 376 | 12 | 64 | 0 | 0 | 441 | 143 | 112 |
| Binary | 11100101 | 1111010 | 11111110 | 1010 | 110100 | 0 | 0 | 100100001 | 1100011 | 1001010 |
Color Harmonies of #E57AFE
Complementary color
Monochromatic Colors of #E57AFE
Black with #E57AFE
Text Example
Text Example
White with #E57AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AFE; }
p { color: rgb(229,122,254); }
H1.HeaderClassName
{
color: #E57AFE;
}
.AnyTagClassName
{
color: #E57AFE;
}
</style>
background-color css
<style>
a { background-color: #E57AFE; }
a { background-color: rgb(229,122,254); }
div.DivClassName
{
background-color: #E57AFE;
}
.BgClassName
{
background-color: #E57AFE;
}
</style>
border-color css
<style>
span { border-color: #E57AFE; }
span { border-color: rgb(229,122,254); }
td.TdClassName
{
border-color: #E57AFE;
}
.TagClassName
{
border-color: #E57AFE;
}
</style>