Shades of Heliotrope #E069ED
Tints of Heliotrope #E069ED
RGB
CMYK
RGB Variations
Color information
#E069ED (or 0xE069ED) is known color: Heliotrope. HEX triplet: E0, 69 and ED. RGB value is (224,105,237). Sum of RGB (Red+Green+Blue) = 224+105+237=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 105 (41.41% from 255 or 18.55% 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 #E069ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069ED is #1F9612. Grayscale: #9B9B9B. Windows color (decimal): -2070035 or 15559136. OLE color: 15559136.
HSL color Cylindrical-coordinate representation of color #E069ED: hue angle of 294.09º 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 #E069ED is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 105 | 237 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.07 |
| HSL | 294.09º | 0.79% | 0.67% | - |
| HSV(B) | 294.09º | 0.56% | 0.93% | - |
| XYZ | 51.08 | 32.06 | 83.62 | - |
| YUV | 155.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 237 | 0.05 | 0.56 | 0 | 0.07 | 294.09 | 0.79 | 0.67 |
| Hex | E0 | 69 | ED | 5 | 38 | 0 | 7 | 126 | 4F | 43 |
| Octal | 340 | 151 | 355 | 5 | 70 | 0 | 7 | 446 | 117 | 103 |
| Binary | 11100000 | 1101001 | 11101101 | 101 | 111000 | 0 | 111 | 100100110 | 1001111 | 1000011 |
Color Harmonies of #E069ED
Complementary color
Monochromatic Colors of #E069ED
Black with #E069ED
Text Example
Text Example
White with #E069ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069ED; }
p { color: rgb(224,105,237); }
H1.HeaderClassName
{
color: #E069ED;
}
.AnyTagClassName
{
color: #E069ED;
}
</style>
background-color css
<style>
a { background-color: #E069ED; }
a { background-color: rgb(224,105,237); }
div.DivClassName
{
background-color: #E069ED;
}
.BgClassName
{
background-color: #E069ED;
}
</style>
border-color css
<style>
span { border-color: #E069ED; }
span { border-color: rgb(224,105,237); }
td.TdClassName
{
border-color: #E069ED;
}
.TagClassName
{
border-color: #E069ED;
}
</style>