Shades of Heliotrope #E169EE
Tints of Heliotrope #E169EE
RGB
CMYK
RGB Variations
Color information
#E169EE (or 0xE169EE) is known color: Heliotrope. HEX triplet: E1, 69 and EE. RGB value is (225,105,238). Sum of RGB (Red+Green+Blue) = 225+105+238=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #E169EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E169EE is #1E9611. Grayscale: #9B9B9B. Windows color (decimal): -2004498 or 15624673. OLE color: 15624673.
HSL color Cylindrical-coordinate representation of color #E169EE: hue angle of 294.14º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E169EE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 105 | 238 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.07 |
| HSL | 294.14º | 0.8% | 0.67% | - |
| HSV(B) | 294.14º | 0.56% | 0.93% | - |
| XYZ | 51.54 | 32.28 | 84.4 | - |
| YUV | 156.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 238 | 0.05 | 0.56 | 0 | 0.07 | 294.14 | 0.8 | 0.67 |
| Hex | E1 | 69 | EE | 5 | 38 | 0 | 7 | 126 | 50 | 43 |
| Octal | 341 | 151 | 356 | 5 | 70 | 0 | 7 | 446 | 120 | 103 |
| Binary | 11100001 | 1101001 | 11101110 | 101 | 111000 | 0 | 111 | 100100110 | 1010000 | 1000011 |
Color Harmonies of #E169EE
Complementary color
Monochromatic Colors of #E169EE
Black with #E169EE
Text Example
Text Example
White with #E169EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169EE; }
p { color: rgb(225,105,238); }
H1.HeaderClassName
{
color: #E169EE;
}
.AnyTagClassName
{
color: #E169EE;
}
</style>
background-color css
<style>
a { background-color: #E169EE; }
a { background-color: rgb(225,105,238); }
div.DivClassName
{
background-color: #E169EE;
}
.BgClassName
{
background-color: #E169EE;
}
</style>
border-color css
<style>
span { border-color: #E169EE; }
span { border-color: rgb(225,105,238); }
td.TdClassName
{
border-color: #E169EE;
}
.TagClassName
{
border-color: #E169EE;
}
</style>