Shades of Heliotrope #E470F0
Tints of Heliotrope #E470F0
RGB
CMYK
RGB Variations
Color information
#E470F0 (or 0xE470F0) is known color: Heliotrope. HEX triplet: E4, 70 and F0. RGB value is (228,112,240). Sum of RGB (Red+Green+Blue) = 228+112+240=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #E470F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470F0 is #1B8F0F. Grayscale: #A0A0A0. Windows color (decimal): -1806096 or 15757540. OLE color: 15757540.
HSL color Cylindrical-coordinate representation of color #E470F0: hue angle of 294.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E470F0 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 112 | 240 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.06 |
| HSL | 294.38º | 0.81% | 0.69% | - |
| HSV(B) | 294.38º | 0.53% | 0.94% | - |
| XYZ | 53.52 | 34.37 | 86.25 | - |
| YUV | 161.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 240 | 0.05 | 0.53 | 0 | 0.06 | 294.38 | 0.81 | 0.69 |
| Hex | E4 | 70 | F0 | 5 | 35 | 0 | 6 | 126 | 51 | 45 |
| Octal | 344 | 160 | 360 | 5 | 65 | 0 | 6 | 446 | 121 | 105 |
| Binary | 11100100 | 1110000 | 11110000 | 101 | 110101 | 0 | 110 | 100100110 | 1010001 | 1000101 |
Color Harmonies of #E470F0
Complementary color
Monochromatic Colors of #E470F0
Black with #E470F0
Text Example
Text Example
White with #E470F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470F0; }
p { color: rgb(228,112,240); }
H1.HeaderClassName
{
color: #E470F0;
}
.AnyTagClassName
{
color: #E470F0;
}
</style>
background-color css
<style>
a { background-color: #E470F0; }
a { background-color: rgb(228,112,240); }
div.DivClassName
{
background-color: #E470F0;
}
.BgClassName
{
background-color: #E470F0;
}
</style>
border-color css
<style>
span { border-color: #E470F0; }
span { border-color: rgb(228,112,240); }
td.TdClassName
{
border-color: #E470F0;
}
.TagClassName
{
border-color: #E470F0;
}
</style>