Shades of Heliotrope #E470FF
Tints of Heliotrope #E470FF
RGB
CMYK
RGB Variations
Color information
#E470FF (or 0xE470FF) is known color: Heliotrope. HEX triplet: E4, 70 and FF. RGB value is (228,112,255). Sum of RGB (Red+Green+Blue) = 228+112+255=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #E470FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470FF is #1B8F00. Grayscale: #A2A2A2. Windows color (decimal): -1806081 or 16740580. OLE color: 16740580.
HSL color Cylindrical-coordinate representation of color #E470FF: hue angle of 288.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E470FF is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 112 | 255 | - |
| CMYK | 0.11 | 0.56 | 0 | 0 |
| HSL | 288.67º | 1% | 0.72% | - |
| HSV(B) | 288.67º | 0.56% | 1% | - |
| XYZ | 55.84 | 35.3 | 98.48 | - |
| YUV | 162.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 255 | 0.11 | 0.56 | 0 | 0 | 288.67 | 1 | 0.72 |
| Hex | E4 | 70 | FF | B | 38 | 0 | 0 | 121 | 64 | 48 |
| Octal | 344 | 160 | 377 | 13 | 70 | 0 | 0 | 441 | 144 | 110 |
| Binary | 11100100 | 1110000 | 11111111 | 1011 | 111000 | 0 | 0 | 100100001 | 1100100 | 1001000 |
Color Harmonies of #E470FF
Complementary color
Monochromatic Colors of #E470FF
Black with #E470FF
Text Example
Text Example
White with #E470FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470FF; }
p { color: rgb(228,112,255); }
H1.HeaderClassName
{
color: #E470FF;
}
.AnyTagClassName
{
color: #E470FF;
}
</style>
background-color css
<style>
a { background-color: #E470FF; }
a { background-color: rgb(228,112,255); }
div.DivClassName
{
background-color: #E470FF;
}
.BgClassName
{
background-color: #E470FF;
}
</style>
border-color css
<style>
span { border-color: #E470FF; }
span { border-color: rgb(228,112,255); }
td.TdClassName
{
border-color: #E470FF;
}
.TagClassName
{
border-color: #E470FF;
}
</style>