Shades of Heliotrope #EA6DF3
Tints of Heliotrope #EA6DF3
RGB
CMYK
RGB Variations
Color information
#EA6DF3 (or 0xEA6DF3) is known color: Heliotrope. HEX triplet: EA, 6D and F3. RGB value is (234,109,243). Sum of RGB (Red+Green+Blue) = 234+109+243=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 109 (42.97% from 255 or 18.60% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA6DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DF3 is #15920C. Grayscale: #A1A1A1. Windows color (decimal): -1413645 or 15953386. OLE color: 15953386.
HSL color Cylindrical-coordinate representation of color #EA6DF3: hue angle of 295.97º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6DF3 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 109 | 243 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.05 |
| HSL | 295.97º | 0.85% | 0.69% | - |
| HSV(B) | 295.97º | 0.55% | 0.95% | - |
| XYZ | 55.58 | 34.9 | 88.6 | - |
| YUV | 161.65 | 173.91 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 243 | 0.04 | 0.55 | 0 | 0.05 | 295.97 | 0.85 | 0.69 |
| Hex | EA | 6D | F3 | 4 | 37 | 0 | 5 | 128 | 55 | 45 |
| Octal | 352 | 155 | 363 | 4 | 67 | 0 | 5 | 450 | 125 | 105 |
| Binary | 11101010 | 1101101 | 11110011 | 100 | 110111 | 0 | 101 | 100101000 | 1010101 | 1000101 |
Color Harmonies of #EA6DF3
Complementary color
Monochromatic Colors of #EA6DF3
Black with #EA6DF3
Text Example
Text Example
White with #EA6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DF3; }
p { color: rgb(234,109,243); }
H1.HeaderClassName
{
color: #EA6DF3;
}
.AnyTagClassName
{
color: #EA6DF3;
}
</style>
background-color css
<style>
a { background-color: #EA6DF3; }
a { background-color: rgb(234,109,243); }
div.DivClassName
{
background-color: #EA6DF3;
}
.BgClassName
{
background-color: #EA6DF3;
}
</style>
border-color css
<style>
span { border-color: #EA6DF3; }
span { border-color: rgb(234,109,243); }
td.TdClassName
{
border-color: #EA6DF3;
}
.TagClassName
{
border-color: #EA6DF3;
}
</style>