Shades of Heliotrope #E069EC
Tints of Heliotrope #E069EC
RGB
CMYK
RGB Variations
Color information
#E069EC (or 0xE069EC) is known color: Heliotrope. HEX triplet: E0, 69 and EC. RGB value is (224,105,236). Sum of RGB (Red+Green+Blue) = 224+105+236=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #E069EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069EC is #1F9613. Grayscale: #9B9B9B. Windows color (decimal): -2070036 or 15493600. OLE color: 15493600.
HSL color Cylindrical-coordinate representation of color #E069EC: hue angle of 294.5º degrees, saturation: 0.78, 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 #E069EC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 105 | 236 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.07 |
| HSL | 294.5º | 0.78% | 0.67% | - |
| HSV(B) | 294.5º | 0.56% | 0.93% | - |
| XYZ | 50.93 | 32.01 | 82.85 | - |
| YUV | 155.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 236 | 0.05 | 0.56 | 0 | 0.07 | 294.5 | 0.78 | 0.67 |
| Hex | E0 | 69 | EC | 5 | 38 | 0 | 7 | 127 | 4E | 43 |
| Octal | 340 | 151 | 354 | 5 | 70 | 0 | 7 | 447 | 116 | 103 |
| Binary | 11100000 | 1101001 | 11101100 | 101 | 111000 | 0 | 111 | 100100111 | 1001110 | 1000011 |
Color Harmonies of #E069EC
Complementary color
Monochromatic Colors of #E069EC
Black with #E069EC
Text Example
Text Example
White with #E069EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069EC; }
p { color: rgb(224,105,236); }
H1.HeaderClassName
{
color: #E069EC;
}
.AnyTagClassName
{
color: #E069EC;
}
</style>
background-color css
<style>
a { background-color: #E069EC; }
a { background-color: rgb(224,105,236); }
div.DivClassName
{
background-color: #E069EC;
}
.BgClassName
{
background-color: #E069EC;
}
</style>
border-color css
<style>
span { border-color: #E069EC; }
span { border-color: rgb(224,105,236); }
td.TdClassName
{
border-color: #E069EC;
}
.TagClassName
{
border-color: #E069EC;
}
</style>