Shades of Heliotrope #E168ED
Tints of Heliotrope #E168ED
RGB
CMYK
RGB Variations
Color information
#E168ED (or 0xE168ED) is known color: Heliotrope. HEX triplet: E1, 68 and ED. RGB value is (225,104,237). Sum of RGB (Red+Green+Blue) = 225+104+237=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E168ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E168ED is #1E9712. Grayscale: #9A9A9A. Windows color (decimal): -2004755 or 15558881. OLE color: 15558881.
HSL color Cylindrical-coordinate representation of color #E168ED: hue angle of 294.59º degrees, saturation: 0.79, 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 #E168ED is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 104 | 237 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.07 |
| HSL | 294.59º | 0.79% | 0.67% | - |
| HSV(B) | 294.59º | 0.56% | 0.93% | - |
| XYZ | 51.29 | 32.02 | 83.6 | - |
| YUV | 155.34 | 174.09 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 237 | 0.05 | 0.56 | 0 | 0.07 | 294.59 | 0.79 | 0.67 |
| Hex | E1 | 68 | ED | 5 | 38 | 0 | 7 | 127 | 4F | 43 |
| Octal | 341 | 150 | 355 | 5 | 70 | 0 | 7 | 447 | 117 | 103 |
| Binary | 11100001 | 1101000 | 11101101 | 101 | 111000 | 0 | 111 | 100100111 | 1001111 | 1000011 |
Color Harmonies of #E168ED
Complementary color
Monochromatic Colors of #E168ED
Black with #E168ED
Text Example
Text Example
White with #E168ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168ED; }
p { color: rgb(225,104,237); }
H1.HeaderClassName
{
color: #E168ED;
}
.AnyTagClassName
{
color: #E168ED;
}
</style>
background-color css
<style>
a { background-color: #E168ED; }
a { background-color: rgb(225,104,237); }
div.DivClassName
{
background-color: #E168ED;
}
.BgClassName
{
background-color: #E168ED;
}
</style>
border-color css
<style>
span { border-color: #E168ED; }
span { border-color: rgb(225,104,237); }
td.TdClassName
{
border-color: #E168ED;
}
.TagClassName
{
border-color: #E168ED;
}
</style>