Shades of Heliotrope #E468ED
Tints of Heliotrope #E468ED
RGB
CMYK
RGB Variations
Color information
#E468ED (or 0xE468ED) is known color: Heliotrope. HEX triplet: E4, 68 and ED. RGB value is (228,104,237). Sum of RGB (Red+Green+Blue) = 228+104+237=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #E468ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468ED is #1B9712. Grayscale: #9B9B9B. Windows color (decimal): -1808147 or 15558884. OLE color: 15558884.
HSL color Cylindrical-coordinate representation of color #E468ED: hue angle of 295.94º 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 #E468ED is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 104 | 237 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.07 |
| HSL | 295.94º | 0.79% | 0.67% | - |
| HSV(B) | 295.94º | 0.56% | 0.93% | - |
| XYZ | 52.23 | 32.51 | 83.64 | - |
| YUV | 156.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 237 | 0.04 | 0.56 | 0 | 0.07 | 295.94 | 0.79 | 0.67 |
| Hex | E4 | 68 | ED | 4 | 38 | 0 | 7 | 128 | 4F | 43 |
| Octal | 344 | 150 | 355 | 4 | 70 | 0 | 7 | 450 | 117 | 103 |
| Binary | 11100100 | 1101000 | 11101101 | 100 | 111000 | 0 | 111 | 100101000 | 1001111 | 1000011 |
Color Harmonies of #E468ED
Complementary color
Monochromatic Colors of #E468ED
Black with #E468ED
Text Example
Text Example
White with #E468ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468ED; }
p { color: rgb(228,104,237); }
H1.HeaderClassName
{
color: #E468ED;
}
.AnyTagClassName
{
color: #E468ED;
}
</style>
background-color css
<style>
a { background-color: #E468ED; }
a { background-color: rgb(228,104,237); }
div.DivClassName
{
background-color: #E468ED;
}
.BgClassName
{
background-color: #E468ED;
}
</style>
border-color css
<style>
span { border-color: #E468ED; }
span { border-color: rgb(228,104,237); }
td.TdClassName
{
border-color: #E468ED;
}
.TagClassName
{
border-color: #E468ED;
}
</style>