Shades of Heliotrope #E55DF6
Tints of Heliotrope #E55DF6
RGB
CMYK
RGB Variations
Color information
#E55DF6 (or 0xE55DF6) is known color: Heliotrope. HEX triplet: E5, 5D and F6. RGB value is (229,93,246). Sum of RGB (Red+Green+Blue) = 229+93+246=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #E55DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55DF6 is #1AA209. Grayscale: #969696. Windows color (decimal): -1745418 or 16145893. OLE color: 16145893.
HSL color Cylindrical-coordinate representation of color #E55DF6: hue angle of 293.33º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55DF6 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 93 | 246 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.04 |
| HSL | 293.33º | 0.89% | 0.66% | - |
| HSV(B) | 293.33º | 0.62% | 0.96% | - |
| XYZ | 52.86 | 31.14 | 90.41 | - |
| YUV | 151.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 246 | 0.07 | 0.62 | 0 | 0.04 | 293.33 | 0.89 | 0.66 |
| Hex | E5 | 5D | F6 | 7 | 3E | 0 | 4 | 125 | 59 | 42 |
| Octal | 345 | 135 | 366 | 7 | 76 | 0 | 4 | 445 | 131 | 102 |
| Binary | 11100101 | 1011101 | 11110110 | 111 | 111110 | 0 | 100 | 100100101 | 1011001 | 1000010 |
Color Harmonies of #E55DF6
Complementary color
Monochromatic Colors of #E55DF6
Black with #E55DF6
Text Example
Text Example
White with #E55DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DF6; }
p { color: rgb(229,93,246); }
H1.HeaderClassName
{
color: #E55DF6;
}
.AnyTagClassName
{
color: #E55DF6;
}
</style>
background-color css
<style>
a { background-color: #E55DF6; }
a { background-color: rgb(229,93,246); }
div.DivClassName
{
background-color: #E55DF6;
}
.BgClassName
{
background-color: #E55DF6;
}
</style>
border-color css
<style>
span { border-color: #E55DF6; }
span { border-color: rgb(229,93,246); }
td.TdClassName
{
border-color: #E55DF6;
}
.TagClassName
{
border-color: #E55DF6;
}
</style>