Shades of Heliotrope #E569F2
Tints of Heliotrope #E569F2
RGB
CMYK
RGB Variations
Color information
#E569F2 (or 0xE569F2) is known color: Heliotrope. HEX triplet: E5, 69 and F2. RGB value is (229,105,242). Sum of RGB (Red+Green+Blue) = 229+105+242=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #E569F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E569F2 is #1A960D. Grayscale: #9D9D9D. Windows color (decimal): -1742350 or 15886821. OLE color: 15886821.
HSL color Cylindrical-coordinate representation of color #E569F2: hue angle of 294.31º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E569F2 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 105 | 242 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.05 |
| HSL | 294.31º | 0.84% | 0.68% | - |
| HSV(B) | 294.31º | 0.57% | 0.95% | - |
| XYZ | 53.39 | 33.17 | 87.59 | - |
| YUV | 157.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 242 | 0.05 | 0.57 | 0 | 0.05 | 294.31 | 0.84 | 0.68 |
| Hex | E5 | 69 | F2 | 5 | 39 | 0 | 5 | 126 | 54 | 44 |
| Octal | 345 | 151 | 362 | 5 | 71 | 0 | 5 | 446 | 124 | 104 |
| Binary | 11100101 | 1101001 | 11110010 | 101 | 111001 | 0 | 101 | 100100110 | 1010100 | 1000100 |
Color Harmonies of #E569F2
Complementary color
Monochromatic Colors of #E569F2
Black with #E569F2
Text Example
Text Example
White with #E569F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569F2; }
p { color: rgb(229,105,242); }
H1.HeaderClassName
{
color: #E569F2;
}
.AnyTagClassName
{
color: #E569F2;
}
</style>
background-color css
<style>
a { background-color: #E569F2; }
a { background-color: rgb(229,105,242); }
div.DivClassName
{
background-color: #E569F2;
}
.BgClassName
{
background-color: #E569F2;
}
</style>
border-color css
<style>
span { border-color: #E569F2; }
span { border-color: rgb(229,105,242); }
td.TdClassName
{
border-color: #E569F2;
}
.TagClassName
{
border-color: #E569F2;
}
</style>