Shades of Heliotrope #E464F0
Tints of Heliotrope #E464F0
RGB
CMYK
RGB Variations
Color information
#E464F0 (or 0xE464F0) is known color: Heliotrope. HEX triplet: E4, 64 and F0. RGB value is (228,100,240). Sum of RGB (Red+Green+Blue) = 228+100+240=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #E464F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E464F0 is #1B9B0F. Grayscale: #999999. Windows color (decimal): -1809168 or 15754468. OLE color: 15754468.
HSL color Cylindrical-coordinate representation of color #E464F0: hue angle of 294.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E464F0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 100 | 240 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.06 |
| HSL | 294.86º | 0.82% | 0.67% | - |
| HSV(B) | 294.86º | 0.58% | 0.94% | - |
| XYZ | 52.28 | 31.9 | 85.84 | - |
| YUV | 154.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 240 | 0.05 | 0.58 | 0 | 0.06 | 294.86 | 0.82 | 0.67 |
| Hex | E4 | 64 | F0 | 5 | 3A | 0 | 6 | 127 | 52 | 43 |
| Octal | 344 | 144 | 360 | 5 | 72 | 0 | 6 | 447 | 122 | 103 |
| Binary | 11100100 | 1100100 | 11110000 | 101 | 111010 | 0 | 110 | 100100111 | 1010010 | 1000011 |
Color Harmonies of #E464F0
Complementary color
Monochromatic Colors of #E464F0
Black with #E464F0
Text Example
Text Example
White with #E464F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464F0; }
p { color: rgb(228,100,240); }
H1.HeaderClassName
{
color: #E464F0;
}
.AnyTagClassName
{
color: #E464F0;
}
</style>
background-color css
<style>
a { background-color: #E464F0; }
a { background-color: rgb(228,100,240); }
div.DivClassName
{
background-color: #E464F0;
}
.BgClassName
{
background-color: #E464F0;
}
</style>
border-color css
<style>
span { border-color: #E464F0; }
span { border-color: rgb(228,100,240); }
td.TdClassName
{
border-color: #E464F0;
}
.TagClassName
{
border-color: #E464F0;
}
</style>