Shades of Heliotrope #E560FE
Tints of Heliotrope #E560FE
RGB
CMYK
RGB Variations
Color information
#E560FE (or 0xE560FE) is known color: Heliotrope. HEX triplet: E5, 60 and FE. RGB value is (229,96,254). Sum of RGB (Red+Green+Blue) = 229+96+254=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #E560FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E560FE is #1A9F01. Grayscale: #999999. Windows color (decimal): -1744642 or 16670949. OLE color: 16670949.
HSL color Cylindrical-coordinate representation of color #E560FE: hue angle of 290.51º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E560FE is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 96 | 254 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.00 |
| HSL | 290.51º | 0.99% | 0.69% | - |
| HSV(B) | 290.51º | 0.62% | 1% | - |
| XYZ | 54.39 | 32.18 | 97.11 | - |
| YUV | 153.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 254 | 0.10 | 0.62 | 0 | 0.00 | 290.51 | 0.99 | 0.69 |
| Hex | E5 | 60 | FE | A | 3E | 0 | 0 | 123 | 63 | 45 |
| Octal | 345 | 140 | 376 | 12 | 76 | 0 | 0 | 443 | 143 | 105 |
| Binary | 11100101 | 1100000 | 11111110 | 1010 | 111110 | 0 | 0 | 100100011 | 1100011 | 1000101 |
Color Harmonies of #E560FE
Complementary color
Monochromatic Colors of #E560FE
Black with #E560FE
Text Example
Text Example
White with #E560FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560FE; }
p { color: rgb(229,96,254); }
H1.HeaderClassName
{
color: #E560FE;
}
.AnyTagClassName
{
color: #E560FE;
}
</style>
background-color css
<style>
a { background-color: #E560FE; }
a { background-color: rgb(229,96,254); }
div.DivClassName
{
background-color: #E560FE;
}
.BgClassName
{
background-color: #E560FE;
}
</style>
border-color css
<style>
span { border-color: #E560FE; }
span { border-color: rgb(229,96,254); }
td.TdClassName
{
border-color: #E560FE;
}
.TagClassName
{
border-color: #E560FE;
}
</style>