Shades of Heliotrope #E655FF
Tints of Heliotrope #E655FF
RGB
CMYK
RGB Variations
Color information
#E655FF (or 0xE655FF) is known color: Heliotrope. HEX triplet: E6, 55 and FF. RGB value is (230,85,255). Sum of RGB (Red+Green+Blue) = 230+85+255=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 85 (33.59% from 255 or 14.91% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #E655FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E655FF is #19AA00. Grayscale: #939393. Windows color (decimal): -1681921 or 16733670. OLE color: 16733670.
HSL color Cylindrical-coordinate representation of color #E655FF: hue angle of 291.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E655FF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 85 | 255 | - |
| CMYK | 0.10 | 0.67 | 0 | 0 |
| HSL | 291.18º | 1% | 0.67% | - |
| HSV(B) | 291.18º | 0.67% | 1% | - |
| XYZ | 53.93 | 30.54 | 97.66 | - |
| YUV | 147.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 255 | 0.10 | 0.67 | 0 | 0 | 291.18 | 1 | 0.67 |
| Hex | E6 | 55 | FF | A | 43 | 0 | 0 | 123 | 64 | 43 |
| Octal | 346 | 125 | 377 | 12 | 103 | 0 | 0 | 443 | 144 | 103 |
| Binary | 11100110 | 1010101 | 11111111 | 1010 | 1000011 | 0 | 0 | 100100011 | 1100100 | 1000011 |
Color Harmonies of #E655FF
Complementary color
Monochromatic Colors of #E655FF
Black with #E655FF
Text Example
Text Example
White with #E655FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655FF; }
p { color: rgb(230,85,255); }
H1.HeaderClassName
{
color: #E655FF;
}
.AnyTagClassName
{
color: #E655FF;
}
</style>
background-color css
<style>
a { background-color: #E655FF; }
a { background-color: rgb(230,85,255); }
div.DivClassName
{
background-color: #E655FF;
}
.BgClassName
{
background-color: #E655FF;
}
</style>
border-color css
<style>
span { border-color: #E655FF; }
span { border-color: rgb(230,85,255); }
td.TdClassName
{
border-color: #E655FF;
}
.TagClassName
{
border-color: #E655FF;
}
</style>