Shades of Heliotrope #EA6AF5
Tints of Heliotrope #EA6AF5
RGB
CMYK
RGB Variations
Color information
#EA6AF5 (or 0xEA6AF5) is known color: Heliotrope. HEX triplet: EA, 6A and F5. RGB value is (234,106,245). Sum of RGB (Red+Green+Blue) = 234+106+245=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA6AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6AF5 is #15950A. Grayscale: #9F9F9F. Windows color (decimal): -1414411 or 16083690. OLE color: 16083690.
HSL color Cylindrical-coordinate representation of color #EA6AF5: hue angle of 295.25º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6AF5 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 106 | 245 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.04 |
| HSL | 295.25º | 0.87% | 0.69% | - |
| HSV(B) | 295.25º | 0.57% | 0.96% | - |
| XYZ | 55.57 | 34.39 | 90.1 | - |
| YUV | 160.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 245 | 0.04 | 0.57 | 0 | 0.04 | 295.25 | 0.87 | 0.69 |
| Hex | EA | 6A | F5 | 4 | 39 | 0 | 4 | 127 | 57 | 45 |
| Octal | 352 | 152 | 365 | 4 | 71 | 0 | 4 | 447 | 127 | 105 |
| Binary | 11101010 | 1101010 | 11110101 | 100 | 111001 | 0 | 100 | 100100111 | 1010111 | 1000101 |
Color Harmonies of #EA6AF5
Complementary color
Monochromatic Colors of #EA6AF5
Black with #EA6AF5
Text Example
Text Example
White with #EA6AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6AF5; }
p { color: rgb(234,106,245); }
H1.HeaderClassName
{
color: #EA6AF5;
}
.AnyTagClassName
{
color: #EA6AF5;
}
</style>
background-color css
<style>
a { background-color: #EA6AF5; }
a { background-color: rgb(234,106,245); }
div.DivClassName
{
background-color: #EA6AF5;
}
.BgClassName
{
background-color: #EA6AF5;
}
</style>
border-color css
<style>
span { border-color: #EA6AF5; }
span { border-color: rgb(234,106,245); }
td.TdClassName
{
border-color: #EA6AF5;
}
.TagClassName
{
border-color: #EA6AF5;
}
</style>