Shades of Heliotrope #E568F0
Tints of Heliotrope #E568F0
RGB
CMYK
RGB Variations
Color information
#E568F0 (or 0xE568F0) is known color: Heliotrope. HEX triplet: E5, 68 and F0. RGB value is (229,104,240). Sum of RGB (Red+Green+Blue) = 229+104+240=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #E568F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E568F0 is #1A970F. Grayscale: #9C9C9C. Windows color (decimal): -1742608 or 15755493. OLE color: 15755493.
HSL color Cylindrical-coordinate representation of color #E568F0: hue angle of 295.15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E568F0 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 104 | 240 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.06 |
| HSL | 295.15º | 0.82% | 0.67% | - |
| HSV(B) | 295.15º | 0.57% | 0.94% | - |
| XYZ | 52.99 | 32.85 | 85.99 | - |
| YUV | 156.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 240 | 0.05 | 0.57 | 0 | 0.06 | 295.15 | 0.82 | 0.67 |
| Hex | E5 | 68 | F0 | 5 | 39 | 0 | 6 | 127 | 52 | 43 |
| Octal | 345 | 150 | 360 | 5 | 71 | 0 | 6 | 447 | 122 | 103 |
| Binary | 11100101 | 1101000 | 11110000 | 101 | 111001 | 0 | 110 | 100100111 | 1010010 | 1000011 |
Color Harmonies of #E568F0
Complementary color
Monochromatic Colors of #E568F0
Black with #E568F0
Text Example
Text Example
White with #E568F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568F0; }
p { color: rgb(229,104,240); }
H1.HeaderClassName
{
color: #E568F0;
}
.AnyTagClassName
{
color: #E568F0;
}
</style>
background-color css
<style>
a { background-color: #E568F0; }
a { background-color: rgb(229,104,240); }
div.DivClassName
{
background-color: #E568F0;
}
.BgClassName
{
background-color: #E568F0;
}
</style>
border-color css
<style>
span { border-color: #E568F0; }
span { border-color: rgb(229,104,240); }
td.TdClassName
{
border-color: #E568F0;
}
.TagClassName
{
border-color: #E568F0;
}
</style>