Shades of Heliotrope #E153F6
Tints of Heliotrope #E153F6
RGB
CMYK
RGB Variations
Color information
#E153F6 (or 0xE153F6) is known color: Heliotrope. HEX triplet: E1, 53 and F6. RGB value is (225,83,246). Sum of RGB (Red+Green+Blue) = 225+83+246=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #E153F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E153F6 is #1EAC09. Grayscale: #8F8F8F. Windows color (decimal): -2010122 or 16143329. OLE color: 16143329.
HSL color Cylindrical-coordinate representation of color #E153F6: hue angle of 292.27º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E153F6 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 83 | 246 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.04 |
| HSL | 292.27º | 0.9% | 0.65% | - |
| HSV(B) | 292.27º | 0.66% | 0.96% | - |
| XYZ | 50.78 | 28.85 | 90.08 | - |
| YUV | 144.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 246 | 0.09 | 0.66 | 0 | 0.04 | 292.27 | 0.9 | 0.65 |
| Hex | E1 | 53 | F6 | 9 | 42 | 0 | 4 | 124 | 5A | 41 |
| Octal | 341 | 123 | 366 | 11 | 102 | 0 | 4 | 444 | 132 | 101 |
| Binary | 11100001 | 1010011 | 11110110 | 1001 | 1000010 | 0 | 100 | 100100100 | 1011010 | 1000001 |
Color Harmonies of #E153F6
Complementary color
Monochromatic Colors of #E153F6
Black with #E153F6
Text Example
Text Example
White with #E153F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153F6; }
p { color: rgb(225,83,246); }
H1.HeaderClassName
{
color: #E153F6;
}
.AnyTagClassName
{
color: #E153F6;
}
</style>
background-color css
<style>
a { background-color: #E153F6; }
a { background-color: rgb(225,83,246); }
div.DivClassName
{
background-color: #E153F6;
}
.BgClassName
{
background-color: #E153F6;
}
</style>
border-color css
<style>
span { border-color: #E153F6; }
span { border-color: rgb(225,83,246); }
td.TdClassName
{
border-color: #E153F6;
}
.TagClassName
{
border-color: #E153F6;
}
</style>