Shades of Heliotrope #E565F0
Tints of Heliotrope #E565F0
RGB
CMYK
RGB Variations
Color information
#E565F0 (or 0xE565F0) is known color: Heliotrope. HEX triplet: E5, 65 and F0. RGB value is (229,101,240). Sum of RGB (Red+Green+Blue) = 229+101+240=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #E565F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E565F0 is #1A9A0F. Grayscale: #9A9A9A. Windows color (decimal): -1743376 or 15754725. OLE color: 15754725.
HSL color Cylindrical-coordinate representation of color #E565F0: hue angle of 295.25º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E565F0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 101 | 240 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.06 |
| HSL | 295.25º | 0.82% | 0.67% | - |
| HSV(B) | 295.25º | 0.58% | 0.94% | - |
| XYZ | 52.69 | 32.26 | 85.89 | - |
| YUV | 155.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 240 | 0.05 | 0.58 | 0 | 0.06 | 295.25 | 0.82 | 0.67 |
| Hex | E5 | 65 | F0 | 5 | 3A | 0 | 6 | 127 | 52 | 43 |
| Octal | 345 | 145 | 360 | 5 | 72 | 0 | 6 | 447 | 122 | 103 |
| Binary | 11100101 | 1100101 | 11110000 | 101 | 111010 | 0 | 110 | 100100111 | 1010010 | 1000011 |
Color Harmonies of #E565F0
Complementary color
Monochromatic Colors of #E565F0
Black with #E565F0
Text Example
Text Example
White with #E565F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565F0; }
p { color: rgb(229,101,240); }
H1.HeaderClassName
{
color: #E565F0;
}
.AnyTagClassName
{
color: #E565F0;
}
</style>
background-color css
<style>
a { background-color: #E565F0; }
a { background-color: rgb(229,101,240); }
div.DivClassName
{
background-color: #E565F0;
}
.BgClassName
{
background-color: #E565F0;
}
</style>
border-color css
<style>
span { border-color: #E565F0; }
span { border-color: rgb(229,101,240); }
td.TdClassName
{
border-color: #E565F0;
}
.TagClassName
{
border-color: #E565F0;
}
</style>