Shades of Heliotrope #E05FFE
Tints of Heliotrope #E05FFE
RGB
CMYK
RGB Variations
Color information
#E05FFE (or 0xE05FFE) is known color: Heliotrope. HEX triplet: E0, 5F and FE. RGB value is (224,95,254). Sum of RGB (Red+Green+Blue) = 224+95+254=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #E05FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FFE is #1FA001. Grayscale: #979797. Windows color (decimal): -2072578 or 16670688. OLE color: 16670688.
HSL color Cylindrical-coordinate representation of color #E05FFE: hue angle of 288.68º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05FFE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 95 | 254 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.00 |
| HSL | 288.68º | 0.99% | 0.68% | - |
| HSV(B) | 288.68º | 0.63% | 1% | - |
| XYZ | 52.72 | 31.19 | 97.01 | - |
| YUV | 151.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 254 | 0.12 | 0.63 | 0 | 0.00 | 288.68 | 0.99 | 0.68 |
| Hex | E0 | 5F | FE | C | 3F | 0 | 0 | 121 | 63 | 44 |
| Octal | 340 | 137 | 376 | 14 | 77 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11100000 | 1011111 | 11111110 | 1100 | 111111 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #E05FFE
Complementary color
Monochromatic Colors of #E05FFE
Black with #E05FFE
Text Example
Text Example
White with #E05FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FFE; }
p { color: rgb(224,95,254); }
H1.HeaderClassName
{
color: #E05FFE;
}
.AnyTagClassName
{
color: #E05FFE;
}
</style>
background-color css
<style>
a { background-color: #E05FFE; }
a { background-color: rgb(224,95,254); }
div.DivClassName
{
background-color: #E05FFE;
}
.BgClassName
{
background-color: #E05FFE;
}
</style>
border-color css
<style>
span { border-color: #E05FFE; }
span { border-color: rgb(224,95,254); }
td.TdClassName
{
border-color: #E05FFE;
}
.TagClassName
{
border-color: #E05FFE;
}
</style>