Shades of Heliotrope #E169F0
Tints of Heliotrope #E169F0
RGB
CMYK
RGB Variations
Color information
#E169F0 (or 0xE169F0) is known color: Heliotrope. HEX triplet: E1, 69 and F0. RGB value is (225,105,240). Sum of RGB (Red+Green+Blue) = 225+105+240=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 105 (41.41% from 255 or 18.42% 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 #E169F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E169F0 is #1E960F. Grayscale: #9B9B9B. Windows color (decimal): -2004496 or 15755745. OLE color: 15755745.
HSL color Cylindrical-coordinate representation of color #E169F0: hue angle of 293.33º 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 #E169F0 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 105 | 240 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.06 |
| HSL | 293.33º | 0.82% | 0.68% | - |
| HSV(B) | 293.33º | 0.56% | 0.94% | - |
| XYZ | 51.83 | 32.4 | 85.96 | - |
| YUV | 156.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 240 | 0.06 | 0.56 | 0 | 0.06 | 293.33 | 0.82 | 0.68 |
| Hex | E1 | 69 | F0 | 6 | 38 | 0 | 6 | 125 | 52 | 44 |
| Octal | 341 | 151 | 360 | 6 | 70 | 0 | 6 | 445 | 122 | 104 |
| Binary | 11100001 | 1101001 | 11110000 | 110 | 111000 | 0 | 110 | 100100101 | 1010010 | 1000100 |
Color Harmonies of #E169F0
Complementary color
Monochromatic Colors of #E169F0
Black with #E169F0
Text Example
Text Example
White with #E169F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169F0; }
p { color: rgb(225,105,240); }
H1.HeaderClassName
{
color: #E169F0;
}
.AnyTagClassName
{
color: #E169F0;
}
</style>
background-color css
<style>
a { background-color: #E169F0; }
a { background-color: rgb(225,105,240); }
div.DivClassName
{
background-color: #E169F0;
}
.BgClassName
{
background-color: #E169F0;
}
</style>
border-color css
<style>
span { border-color: #E169F0; }
span { border-color: rgb(225,105,240); }
td.TdClassName
{
border-color: #E169F0;
}
.TagClassName
{
border-color: #E169F0;
}
</style>