Shades of Heliotrope #E05CF8
Tints of Heliotrope #E05CF8
RGB
CMYK
RGB Variations
Color information
#E05CF8 (or 0xE05CF8) is known color: Heliotrope. HEX triplet: E0, 5C and F8. RGB value is (224,92,248). Sum of RGB (Red+Green+Blue) = 224+92+248=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 92 (36.33% from 255 or 16.31% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #E05CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CF8 is #1FA307. Grayscale: #949494. Windows color (decimal): -2073352 or 16276704. OLE color: 16276704.
HSL color Cylindrical-coordinate representation of color #E05CF8: hue angle of 290.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05CF8 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 92 | 248 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.03 |
| HSL | 290.77º | 0.92% | 0.67% | - |
| HSV(B) | 290.77º | 0.63% | 0.97% | - |
| XYZ | 51.51 | 30.28 | 91.94 | - |
| YUV | 149.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 248 | 0.10 | 0.63 | 0 | 0.03 | 290.77 | 0.92 | 0.67 |
| Hex | E0 | 5C | F8 | A | 3F | 0 | 3 | 123 | 5C | 43 |
| Octal | 340 | 134 | 370 | 12 | 77 | 0 | 3 | 443 | 134 | 103 |
| Binary | 11100000 | 1011100 | 11111000 | 1010 | 111111 | 0 | 11 | 100100011 | 1011100 | 1000011 |
Color Harmonies of #E05CF8
Complementary color
Monochromatic Colors of #E05CF8
Black with #E05CF8
Text Example
Text Example
White with #E05CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CF8; }
p { color: rgb(224,92,248); }
H1.HeaderClassName
{
color: #E05CF8;
}
.AnyTagClassName
{
color: #E05CF8;
}
</style>
background-color css
<style>
a { background-color: #E05CF8; }
a { background-color: rgb(224,92,248); }
div.DivClassName
{
background-color: #E05CF8;
}
.BgClassName
{
background-color: #E05CF8;
}
</style>
border-color css
<style>
span { border-color: #E05CF8; }
span { border-color: rgb(224,92,248); }
td.TdClassName
{
border-color: #E05CF8;
}
.TagClassName
{
border-color: #E05CF8;
}
</style>