Shades of Heliotrope #E06CED
Tints of Heliotrope #E06CED
RGB
CMYK
RGB Variations
Color information
#E06CED (or 0xE06CED) is known color: Heliotrope. HEX triplet: E0, 6C and ED. RGB value is (224,108,237). Sum of RGB (Red+Green+Blue) = 224+108+237=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 108 (42.58% from 255 or 18.98% 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 #E06CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CED is #1F9312. Grayscale: #9C9C9C. Windows color (decimal): -2069267 or 15559904. OLE color: 15559904.
HSL color Cylindrical-coordinate representation of color #E06CED: hue angle of 293.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06CED is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 108 | 237 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.07 |
| HSL | 293.95º | 0.78% | 0.68% | - |
| HSV(B) | 293.95º | 0.54% | 0.93% | - |
| XYZ | 51.39 | 32.69 | 83.72 | - |
| YUV | 157.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 237 | 0.05 | 0.54 | 0 | 0.07 | 293.95 | 0.78 | 0.68 |
| Hex | E0 | 6C | ED | 5 | 36 | 0 | 7 | 126 | 4E | 44 |
| Octal | 340 | 154 | 355 | 5 | 66 | 0 | 7 | 446 | 116 | 104 |
| Binary | 11100000 | 1101100 | 11101101 | 101 | 110110 | 0 | 111 | 100100110 | 1001110 | 1000100 |
Color Harmonies of #E06CED
Complementary color
Monochromatic Colors of #E06CED
Black with #E06CED
Text Example
Text Example
White with #E06CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CED; }
p { color: rgb(224,108,237); }
H1.HeaderClassName
{
color: #E06CED;
}
.AnyTagClassName
{
color: #E06CED;
}
</style>
background-color css
<style>
a { background-color: #E06CED; }
a { background-color: rgb(224,108,237); }
div.DivClassName
{
background-color: #E06CED;
}
.BgClassName
{
background-color: #E06CED;
}
</style>
border-color css
<style>
span { border-color: #E06CED; }
span { border-color: rgb(224,108,237); }
td.TdClassName
{
border-color: #E06CED;
}
.TagClassName
{
border-color: #E06CED;
}
</style>