Shades of Heliotrope #E561FF
Tints of Heliotrope #E561FF
RGB
CMYK
RGB Variations
Color information
#E561FF (or 0xE561FF) is known color: Heliotrope. HEX triplet: E5, 61 and FF. RGB value is (229,97,255). Sum of RGB (Red+Green+Blue) = 229+97+255=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 97 (38.28% from 255 or 16.70% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #E561FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E561FF is #1A9E00. Grayscale: #999999. Windows color (decimal): -1744385 or 16736741. OLE color: 16736741.
HSL color Cylindrical-coordinate representation of color #E561FF: hue angle of 290.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E561FF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 97 | 255 | - |
| CMYK | 0.10 | 0.62 | 0 | 0 |
| HSL | 290.13º | 1% | 0.69% | - |
| HSV(B) | 290.13º | 0.62% | 1% | - |
| XYZ | 54.64 | 32.43 | 97.99 | - |
| YUV | 154.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 255 | 0.10 | 0.62 | 0 | 0 | 290.13 | 1 | 0.69 |
| Hex | E5 | 61 | FF | A | 3E | 0 | 0 | 122 | 64 | 45 |
| Octal | 345 | 141 | 377 | 12 | 76 | 0 | 0 | 442 | 144 | 105 |
| Binary | 11100101 | 1100001 | 11111111 | 1010 | 111110 | 0 | 0 | 100100010 | 1100100 | 1000101 |
Color Harmonies of #E561FF
Complementary color
Monochromatic Colors of #E561FF
Black with #E561FF
Text Example
Text Example
White with #E561FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561FF; }
p { color: rgb(229,97,255); }
H1.HeaderClassName
{
color: #E561FF;
}
.AnyTagClassName
{
color: #E561FF;
}
</style>
background-color css
<style>
a { background-color: #E561FF; }
a { background-color: rgb(229,97,255); }
div.DivClassName
{
background-color: #E561FF;
}
.BgClassName
{
background-color: #E561FF;
}
</style>
border-color css
<style>
span { border-color: #E561FF; }
span { border-color: rgb(229,97,255); }
td.TdClassName
{
border-color: #E561FF;
}
.TagClassName
{
border-color: #E561FF;
}
</style>