Shades of Heliotrope #E560FF
Tints of Heliotrope #E560FF
RGB
CMYK
RGB Variations
Color information
#E560FF (or 0xE560FF) is known color: Heliotrope. HEX triplet: E5, 60 and FF. RGB value is (229,96,255). Sum of RGB (Red+Green+Blue) = 229+96+255=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #E560FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E560FF is #1A9F00. Grayscale: #999999. Windows color (decimal): -1744641 or 16736485. OLE color: 16736485.
HSL color Cylindrical-coordinate representation of color #E560FF: hue angle of 290.19º 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 #E560FF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 96 | 255 | - |
| CMYK | 0.10 | 0.62 | 0 | 0 |
| HSL | 290.19º | 1% | 0.69% | - |
| HSV(B) | 290.19º | 0.62% | 1% | - |
| XYZ | 54.55 | 32.24 | 97.96 | - |
| YUV | 153.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 255 | 0.10 | 0.62 | 0 | 0 | 290.19 | 1 | 0.69 |
| Hex | E5 | 60 | FF | A | 3E | 0 | 0 | 122 | 64 | 45 |
| Octal | 345 | 140 | 377 | 12 | 76 | 0 | 0 | 442 | 144 | 105 |
| Binary | 11100101 | 1100000 | 11111111 | 1010 | 111110 | 0 | 0 | 100100010 | 1100100 | 1000101 |
Color Harmonies of #E560FF
Complementary color
Monochromatic Colors of #E560FF
Black with #E560FF
Text Example
Text Example
White with #E560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560FF; }
p { color: rgb(229,96,255); }
H1.HeaderClassName
{
color: #E560FF;
}
.AnyTagClassName
{
color: #E560FF;
}
</style>
background-color css
<style>
a { background-color: #E560FF; }
a { background-color: rgb(229,96,255); }
div.DivClassName
{
background-color: #E560FF;
}
.BgClassName
{
background-color: #E560FF;
}
</style>
border-color css
<style>
span { border-color: #E560FF; }
span { border-color: rgb(229,96,255); }
td.TdClassName
{
border-color: #E560FF;
}
.TagClassName
{
border-color: #E560FF;
}
</style>