Shades of Heliotrope #E470F2
Tints of Heliotrope #E470F2
RGB
CMYK
RGB Variations
Color information
#E470F2 (or 0xE470F2) is known color: Heliotrope. HEX triplet: E4, 70 and F2. RGB value is (228,112,242). Sum of RGB (Red+Green+Blue) = 228+112+242=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #E470F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470F2 is #1B8F0D. Grayscale: #A1A1A1. Windows color (decimal): -1806094 or 15888612. OLE color: 15888612.
HSL color Cylindrical-coordinate representation of color #E470F2: hue angle of 293.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E470F2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 112 | 242 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.05 |
| HSL | 293.54º | 0.83% | 0.69% | - |
| HSV(B) | 293.54º | 0.54% | 0.95% | - |
| XYZ | 53.82 | 34.49 | 87.83 | - |
| YUV | 161.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 242 | 0.06 | 0.54 | 0 | 0.05 | 293.54 | 0.83 | 0.69 |
| Hex | E4 | 70 | F2 | 6 | 36 | 0 | 5 | 126 | 53 | 45 |
| Octal | 344 | 160 | 362 | 6 | 66 | 0 | 5 | 446 | 123 | 105 |
| Binary | 11100100 | 1110000 | 11110010 | 110 | 110110 | 0 | 101 | 100100110 | 1010011 | 1000101 |
Color Harmonies of #E470F2
Complementary color
Monochromatic Colors of #E470F2
Black with #E470F2
Text Example
Text Example
White with #E470F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470F2; }
p { color: rgb(228,112,242); }
H1.HeaderClassName
{
color: #E470F2;
}
.AnyTagClassName
{
color: #E470F2;
}
</style>
background-color css
<style>
a { background-color: #E470F2; }
a { background-color: rgb(228,112,242); }
div.DivClassName
{
background-color: #E470F2;
}
.BgClassName
{
background-color: #E470F2;
}
</style>
border-color css
<style>
span { border-color: #E470F2; }
span { border-color: rgb(228,112,242); }
td.TdClassName
{
border-color: #E470F2;
}
.TagClassName
{
border-color: #E470F2;
}
</style>