Shades of Heliotrope #E05FFF
Tints of Heliotrope #E05FFF
RGB
CMYK
RGB Variations
Color information
#E05FFF (or 0xE05FFF) is known color: Heliotrope. HEX triplet: E0, 5F and FF. RGB value is (224,95,255). Sum of RGB (Red+Green+Blue) = 224+95+255=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #E05FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FFF is #1FA000. Grayscale: #979797. Windows color (decimal): -2072577 or 16736224. OLE color: 16736224.
HSL color Cylindrical-coordinate representation of color #E05FFF: hue angle of 288.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05FFF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 95 | 255 | - |
| CMYK | 0.12 | 0.63 | 0 | 0 |
| HSL | 288.38º | 1% | 0.69% | - |
| HSV(B) | 288.38º | 0.63% | 1% | - |
| XYZ | 52.88 | 31.25 | 97.85 | - |
| YUV | 151.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 255 | 0.12 | 0.63 | 0 | 0 | 288.38 | 1 | 0.69 |
| Hex | E0 | 5F | FF | C | 3F | 0 | 0 | 120 | 64 | 45 |
| Octal | 340 | 137 | 377 | 14 | 77 | 0 | 0 | 440 | 144 | 105 |
| Binary | 11100000 | 1011111 | 11111111 | 1100 | 111111 | 0 | 0 | 100100000 | 1100100 | 1000101 |
Color Harmonies of #E05FFF
Complementary color
Monochromatic Colors of #E05FFF
Black with #E05FFF
Text Example
Text Example
White with #E05FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FFF; }
p { color: rgb(224,95,255); }
H1.HeaderClassName
{
color: #E05FFF;
}
.AnyTagClassName
{
color: #E05FFF;
}
</style>
background-color css
<style>
a { background-color: #E05FFF; }
a { background-color: rgb(224,95,255); }
div.DivClassName
{
background-color: #E05FFF;
}
.BgClassName
{
background-color: #E05FFF;
}
</style>
border-color css
<style>
span { border-color: #E05FFF; }
span { border-color: rgb(224,95,255); }
td.TdClassName
{
border-color: #E05FFF;
}
.TagClassName
{
border-color: #E05FFF;
}
</style>