Shades of Heliotrope #E569FC
Tints of Heliotrope #E569FC
RGB
CMYK
RGB Variations
Color information
#E569FC (or 0xE569FC) is known color: Heliotrope. HEX triplet: E5, 69 and FC. RGB value is (229,105,252). Sum of RGB (Red+Green+Blue) = 229+105+252=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #E569FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569FC is #1A9603. Grayscale: #9E9E9E. Windows color (decimal): -1742340 or 16542181. OLE color: 16542181.
HSL color Cylindrical-coordinate representation of color #E569FC: hue angle of 290.61º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E569FC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 105 | 252 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.01 |
| HSL | 290.61º | 0.96% | 0.7% | - |
| HSV(B) | 290.61º | 0.58% | 0.99% | - |
| XYZ | 54.94 | 33.79 | 95.72 | - |
| YUV | 158.83 | 180.58 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 252 | 0.09 | 0.58 | 0 | 0.01 | 290.61 | 0.96 | 0.7 |
| Hex | E5 | 69 | FC | 9 | 3A | 0 | 1 | 123 | 60 | 46 |
| Octal | 345 | 151 | 374 | 11 | 72 | 0 | 1 | 443 | 140 | 106 |
| Binary | 11100101 | 1101001 | 11111100 | 1001 | 111010 | 0 | 1 | 100100011 | 1100000 | 1000110 |
Color Harmonies of #E569FC
Complementary color
Monochromatic Colors of #E569FC
Black with #E569FC
Text Example
Text Example
White with #E569FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569FC; }
p { color: rgb(229,105,252); }
H1.HeaderClassName
{
color: #E569FC;
}
.AnyTagClassName
{
color: #E569FC;
}
</style>
background-color css
<style>
a { background-color: #E569FC; }
a { background-color: rgb(229,105,252); }
div.DivClassName
{
background-color: #E569FC;
}
.BgClassName
{
background-color: #E569FC;
}
</style>
border-color css
<style>
span { border-color: #E569FC; }
span { border-color: rgb(229,105,252); }
td.TdClassName
{
border-color: #E569FC;
}
.TagClassName
{
border-color: #E569FC;
}
</style>