Shades of Heliotrope #E55CF9
Tints of Heliotrope #E55CF9
RGB
CMYK
RGB Variations
Color information
#E55CF9 (or 0xE55CF9) is known color: Heliotrope. HEX triplet: E5, 5C and F9. RGB value is (229,92,249). Sum of RGB (Red+Green+Blue) = 229+92+249=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #E55CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55CF9 is #1AA306. Grayscale: #969696. Windows color (decimal): -1745671 or 16342245. OLE color: 16342245.
HSL color Cylindrical-coordinate representation of color #E55CF9: hue angle of 292.36º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55CF9 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 92 | 249 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.02 |
| HSL | 292.36º | 0.93% | 0.67% | - |
| HSV(B) | 292.36º | 0.63% | 0.98% | - |
| XYZ | 53.24 | 31.15 | 92.83 | - |
| YUV | 150.86 | 183.39 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 249 | 0.08 | 0.63 | 0 | 0.02 | 292.36 | 0.93 | 0.67 |
| Hex | E5 | 5C | F9 | 8 | 3F | 0 | 2 | 124 | 5D | 43 |
| Octal | 345 | 134 | 371 | 10 | 77 | 0 | 2 | 444 | 135 | 103 |
| Binary | 11100101 | 1011100 | 11111001 | 1000 | 111111 | 0 | 10 | 100100100 | 1011101 | 1000011 |
Color Harmonies of #E55CF9
Complementary color
Monochromatic Colors of #E55CF9
Black with #E55CF9
Text Example
Text Example
White with #E55CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CF9; }
p { color: rgb(229,92,249); }
H1.HeaderClassName
{
color: #E55CF9;
}
.AnyTagClassName
{
color: #E55CF9;
}
</style>
background-color css
<style>
a { background-color: #E55CF9; }
a { background-color: rgb(229,92,249); }
div.DivClassName
{
background-color: #E55CF9;
}
.BgClassName
{
background-color: #E55CF9;
}
</style>
border-color css
<style>
span { border-color: #E55CF9; }
span { border-color: rgb(229,92,249); }
td.TdClassName
{
border-color: #E55CF9;
}
.TagClassName
{
border-color: #E55CF9;
}
</style>