Shades of Heliotrope #E569F6
Tints of Heliotrope #E569F6
RGB
CMYK
RGB Variations
Color information
#E569F6 (or 0xE569F6) is known color: Heliotrope. HEX triplet: E5, 69 and F6. RGB value is (229,105,246). Sum of RGB (Red+Green+Blue) = 229+105+246=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #E569F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569F6 is #1A9609. Grayscale: #9D9D9D. Windows color (decimal): -1742346 or 16148965. OLE color: 16148965.
HSL color Cylindrical-coordinate representation of color #E569F6: hue angle of 292.77º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E569F6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 105 | 246 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.04 |
| HSL | 292.77º | 0.89% | 0.69% | - |
| HSV(B) | 292.77º | 0.57% | 0.96% | - |
| XYZ | 54 | 33.41 | 90.79 | - |
| YUV | 158.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 246 | 0.07 | 0.57 | 0 | 0.04 | 292.77 | 0.89 | 0.69 |
| Hex | E5 | 69 | F6 | 7 | 39 | 0 | 4 | 125 | 59 | 45 |
| Octal | 345 | 151 | 366 | 7 | 71 | 0 | 4 | 445 | 131 | 105 |
| Binary | 11100101 | 1101001 | 11110110 | 111 | 111001 | 0 | 100 | 100100101 | 1011001 | 1000101 |
Color Harmonies of #E569F6
Complementary color
Monochromatic Colors of #E569F6
Black with #E569F6
Text Example
Text Example
White with #E569F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569F6; }
p { color: rgb(229,105,246); }
H1.HeaderClassName
{
color: #E569F6;
}
.AnyTagClassName
{
color: #E569F6;
}
</style>
background-color css
<style>
a { background-color: #E569F6; }
a { background-color: rgb(229,105,246); }
div.DivClassName
{
background-color: #E569F6;
}
.BgClassName
{
background-color: #E569F6;
}
</style>
border-color css
<style>
span { border-color: #E569F6; }
span { border-color: rgb(229,105,246); }
td.TdClassName
{
border-color: #E569F6;
}
.TagClassName
{
border-color: #E569F6;
}
</style>