Shades of Heliotrope #E55FF6
Tints of Heliotrope #E55FF6
RGB
CMYK
RGB Variations
Color information
#E55FF6 (or 0xE55FF6) is known color: Heliotrope. HEX triplet: E5, 5F and F6. RGB value is (229,95,246). Sum of RGB (Red+Green+Blue) = 229+95+246=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #E55FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55FF6 is #1AA009. Grayscale: #979797. Windows color (decimal): -1744906 or 16146405. OLE color: 16146405.
HSL color Cylindrical-coordinate representation of color #E55FF6: hue angle of 293.25º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55FF6 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 95 | 246 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.04 |
| HSL | 293.25º | 0.89% | 0.67% | - |
| HSV(B) | 293.25º | 0.61% | 0.96% | - |
| XYZ | 53.04 | 31.5 | 90.47 | - |
| YUV | 152.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 246 | 0.07 | 0.61 | 0 | 0.04 | 293.25 | 0.89 | 0.67 |
| Hex | E5 | 5F | F6 | 7 | 3D | 0 | 4 | 125 | 59 | 43 |
| Octal | 345 | 137 | 366 | 7 | 75 | 0 | 4 | 445 | 131 | 103 |
| Binary | 11100101 | 1011111 | 11110110 | 111 | 111101 | 0 | 100 | 100100101 | 1011001 | 1000011 |
Color Harmonies of #E55FF6
Complementary color
Monochromatic Colors of #E55FF6
Black with #E55FF6
Text Example
Text Example
White with #E55FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FF6; }
p { color: rgb(229,95,246); }
H1.HeaderClassName
{
color: #E55FF6;
}
.AnyTagClassName
{
color: #E55FF6;
}
</style>
background-color css
<style>
a { background-color: #E55FF6; }
a { background-color: rgb(229,95,246); }
div.DivClassName
{
background-color: #E55FF6;
}
.BgClassName
{
background-color: #E55FF6;
}
</style>
border-color css
<style>
span { border-color: #E55FF6; }
span { border-color: rgb(229,95,246); }
td.TdClassName
{
border-color: #E55FF6;
}
.TagClassName
{
border-color: #E55FF6;
}
</style>