Shades of Heliotrope #E655FC
Tints of Heliotrope #E655FC
RGB
CMYK
RGB Variations
Color information
#E655FC (or 0xE655FC) is known color: Heliotrope. HEX triplet: E6, 55 and FC. RGB value is (230,85,252). Sum of RGB (Red+Green+Blue) = 230+85+252=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #E655FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E655FC is #19AA03. Grayscale: #929292. Windows color (decimal): -1681924 or 16537062. OLE color: 16537062.
HSL color Cylindrical-coordinate representation of color #E655FC: hue angle of 292.1º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E655FC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 85 | 252 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.01 |
| HSL | 292.1º | 0.97% | 0.66% | - |
| HSV(B) | 292.1º | 0.66% | 0.99% | - |
| XYZ | 53.45 | 30.35 | 95.14 | - |
| YUV | 147.39 | 187.04 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 252 | 0.09 | 0.66 | 0 | 0.01 | 292.1 | 0.97 | 0.66 |
| Hex | E6 | 55 | FC | 9 | 42 | 0 | 1 | 124 | 61 | 42 |
| Octal | 346 | 125 | 374 | 11 | 102 | 0 | 1 | 444 | 141 | 102 |
| Binary | 11100110 | 1010101 | 11111100 | 1001 | 1000010 | 0 | 1 | 100100100 | 1100001 | 1000010 |
Color Harmonies of #E655FC
Complementary color
Monochromatic Colors of #E655FC
Black with #E655FC
Text Example
Text Example
White with #E655FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655FC; }
p { color: rgb(230,85,252); }
H1.HeaderClassName
{
color: #E655FC;
}
.AnyTagClassName
{
color: #E655FC;
}
</style>
background-color css
<style>
a { background-color: #E655FC; }
a { background-color: rgb(230,85,252); }
div.DivClassName
{
background-color: #E655FC;
}
.BgClassName
{
background-color: #E655FC;
}
</style>
border-color css
<style>
span { border-color: #E655FC; }
span { border-color: rgb(230,85,252); }
td.TdClassName
{
border-color: #E655FC;
}
.TagClassName
{
border-color: #E655FC;
}
</style>