Shades of Heliotrope #E669F0
Tints of Heliotrope #E669F0
RGB
CMYK
RGB Variations
Color information
#E669F0 (or 0xE669F0) is known color: Heliotrope. HEX triplet: E6, 69 and F0. RGB value is (230,105,240). Sum of RGB (Red+Green+Blue) = 230+105+240=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #E669F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E669F0 is #19960F. Grayscale: #9D9D9D. Windows color (decimal): -1676816 or 15755750. OLE color: 15755750.
HSL color Cylindrical-coordinate representation of color #E669F0: hue angle of 295.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E669F0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 105 | 240 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.06 |
| HSL | 295.56º | 0.82% | 0.68% | - |
| HSV(B) | 295.56º | 0.56% | 0.94% | - |
| XYZ | 53.41 | 33.22 | 86.03 | - |
| YUV | 157.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 240 | 0.04 | 0.56 | 0 | 0.06 | 295.56 | 0.82 | 0.68 |
| Hex | E6 | 69 | F0 | 4 | 38 | 0 | 6 | 128 | 52 | 44 |
| Octal | 346 | 151 | 360 | 4 | 70 | 0 | 6 | 450 | 122 | 104 |
| Binary | 11100110 | 1101001 | 11110000 | 100 | 111000 | 0 | 110 | 100101000 | 1010010 | 1000100 |
Color Harmonies of #E669F0
Complementary color
Monochromatic Colors of #E669F0
Black with #E669F0
Text Example
Text Example
White with #E669F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669F0; }
p { color: rgb(230,105,240); }
H1.HeaderClassName
{
color: #E669F0;
}
.AnyTagClassName
{
color: #E669F0;
}
</style>
background-color css
<style>
a { background-color: #E669F0; }
a { background-color: rgb(230,105,240); }
div.DivClassName
{
background-color: #E669F0;
}
.BgClassName
{
background-color: #E669F0;
}
</style>
border-color css
<style>
span { border-color: #E669F0; }
span { border-color: rgb(230,105,240); }
td.TdClassName
{
border-color: #E669F0;
}
.TagClassName
{
border-color: #E669F0;
}
</style>