Shades of Heliotrope #E378F6
Tints of Heliotrope #E378F6
RGB
CMYK
RGB Variations
Color information
#E378F6 (or 0xE378F6) is known color: Heliotrope. HEX triplet: E3, 78 and F6. RGB value is (227,120,246). Sum of RGB (Red+Green+Blue) = 227+120+246=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #E378F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E378F6 is #1C8709. Grayscale: #A5A5A5. Windows color (decimal): -1869578 or 16152803. OLE color: 16152803.
HSL color Cylindrical-coordinate representation of color #E378F6: hue angle of 290.95º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E378F6 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 120 | 246 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.04 |
| HSL | 290.95º | 0.88% | 0.72% | - |
| HSV(B) | 290.95º | 0.51% | 0.96% | - |
| XYZ | 55.03 | 36.42 | 91.32 | - |
| YUV | 166.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 246 | 0.08 | 0.51 | 0 | 0.04 | 290.95 | 0.88 | 0.72 |
| Hex | E3 | 78 | F6 | 8 | 33 | 0 | 4 | 123 | 58 | 48 |
| Octal | 343 | 170 | 366 | 10 | 63 | 0 | 4 | 443 | 130 | 110 |
| Binary | 11100011 | 1111000 | 11110110 | 1000 | 110011 | 0 | 100 | 100100011 | 1011000 | 1001000 |
Color Harmonies of #E378F6
Complementary color
Monochromatic Colors of #E378F6
Black with #E378F6
Text Example
Text Example
White with #E378F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E378F6; }
p { color: rgb(227,120,246); }
H1.HeaderClassName
{
color: #E378F6;
}
.AnyTagClassName
{
color: #E378F6;
}
</style>
background-color css
<style>
a { background-color: #E378F6; }
a { background-color: rgb(227,120,246); }
div.DivClassName
{
background-color: #E378F6;
}
.BgClassName
{
background-color: #E378F6;
}
</style>
border-color css
<style>
span { border-color: #E378F6; }
span { border-color: rgb(227,120,246); }
td.TdClassName
{
border-color: #E378F6;
}
.TagClassName
{
border-color: #E378F6;
}
</style>