Shades of Heliotrope #E569FA
Tints of Heliotrope #E569FA
RGB
CMYK
RGB Variations
Color information
#E569FA (or 0xE569FA) is known color: Heliotrope. HEX triplet: E5, 69 and FA. RGB value is (229,105,250). Sum of RGB (Red+Green+Blue) = 229+105+250=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #E569FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569FA is #1A9605. Grayscale: #9E9E9E. Windows color (decimal): -1742342 or 16411109. OLE color: 16411109.
HSL color Cylindrical-coordinate representation of color #E569FA: hue angle of 291.31º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E569FA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 105 | 250 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.02 |
| HSL | 291.31º | 0.94% | 0.7% | - |
| HSV(B) | 291.31º | 0.58% | 0.98% | - |
| XYZ | 54.62 | 33.66 | 94.06 | - |
| YUV | 158.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 250 | 0.08 | 0.58 | 0 | 0.02 | 291.31 | 0.94 | 0.7 |
| Hex | E5 | 69 | FA | 8 | 3A | 0 | 2 | 123 | 5E | 46 |
| Octal | 345 | 151 | 372 | 10 | 72 | 0 | 2 | 443 | 136 | 106 |
| Binary | 11100101 | 1101001 | 11111010 | 1000 | 111010 | 0 | 10 | 100100011 | 1011110 | 1000110 |
Color Harmonies of #E569FA
Complementary color
Monochromatic Colors of #E569FA
Black with #E569FA
Text Example
Text Example
White with #E569FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569FA; }
p { color: rgb(229,105,250); }
H1.HeaderClassName
{
color: #E569FA;
}
.AnyTagClassName
{
color: #E569FA;
}
</style>
background-color css
<style>
a { background-color: #E569FA; }
a { background-color: rgb(229,105,250); }
div.DivClassName
{
background-color: #E569FA;
}
.BgClassName
{
background-color: #E569FA;
}
</style>
border-color css
<style>
span { border-color: #E569FA; }
span { border-color: rgb(229,105,250); }
td.TdClassName
{
border-color: #E569FA;
}
.TagClassName
{
border-color: #E569FA;
}
</style>