Shades of Heliotrope #E05CFE
Tints of Heliotrope #E05CFE
RGB
CMYK
RGB Variations
Color information
#E05CFE (or 0xE05CFE) is known color: Heliotrope. HEX triplet: E0, 5C and FE. RGB value is (224,92,254). Sum of RGB (Red+Green+Blue) = 224+92+254=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #E05CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CFE is #1FA301. Grayscale: #959595. Windows color (decimal): -2073346 or 16669920. OLE color: 16669920.
HSL color Cylindrical-coordinate representation of color #E05CFE: hue angle of 288.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05CFE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 92 | 254 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.00 |
| HSL | 288.89º | 0.99% | 0.68% | - |
| HSV(B) | 288.89º | 0.64% | 1% | - |
| XYZ | 52.46 | 30.66 | 96.92 | - |
| YUV | 149.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 254 | 0.12 | 0.64 | 0 | 0.00 | 288.89 | 0.99 | 0.68 |
| Hex | E0 | 5C | FE | C | 40 | 0 | 0 | 121 | 63 | 44 |
| Octal | 340 | 134 | 376 | 14 | 100 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11100000 | 1011100 | 11111110 | 1100 | 1000000 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #E05CFE
Complementary color
Monochromatic Colors of #E05CFE
Black with #E05CFE
Text Example
Text Example
White with #E05CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CFE; }
p { color: rgb(224,92,254); }
H1.HeaderClassName
{
color: #E05CFE;
}
.AnyTagClassName
{
color: #E05CFE;
}
</style>
background-color css
<style>
a { background-color: #E05CFE; }
a { background-color: rgb(224,92,254); }
div.DivClassName
{
background-color: #E05CFE;
}
.BgClassName
{
background-color: #E05CFE;
}
</style>
border-color css
<style>
span { border-color: #E05CFE; }
span { border-color: rgb(224,92,254); }
td.TdClassName
{
border-color: #E05CFE;
}
.TagClassName
{
border-color: #E05CFE;
}
</style>