Shades of Heliotrope #EA6AF2
Tints of Heliotrope #EA6AF2
RGB
CMYK
RGB Variations
Color information
#EA6AF2 (or 0xEA6AF2) is known color: Heliotrope. HEX triplet: EA, 6A and F2. RGB value is (234,106,242). Sum of RGB (Red+Green+Blue) = 234+106+242=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 106 (41.80% from 255 or 18.21% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA6AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6AF2 is #15950D. Grayscale: #9F9F9F. Windows color (decimal): -1414414 or 15887082. OLE color: 15887082.
HSL color Cylindrical-coordinate representation of color #EA6AF2: hue angle of 296.47º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6AF2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 106 | 242 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.05 |
| HSL | 296.47º | 0.84% | 0.68% | - |
| HSV(B) | 296.47º | 0.56% | 0.95% | - |
| XYZ | 55.11 | 34.21 | 87.7 | - |
| YUV | 159.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 242 | 0.03 | 0.56 | 0 | 0.05 | 296.47 | 0.84 | 0.68 |
| Hex | EA | 6A | F2 | 3 | 38 | 0 | 5 | 128 | 54 | 44 |
| Octal | 352 | 152 | 362 | 3 | 70 | 0 | 5 | 450 | 124 | 104 |
| Binary | 11101010 | 1101010 | 11110010 | 11 | 111000 | 0 | 101 | 100101000 | 1010100 | 1000100 |
Color Harmonies of #EA6AF2
Complementary color
Monochromatic Colors of #EA6AF2
Black with #EA6AF2
Text Example
Text Example
White with #EA6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6AF2; }
p { color: rgb(234,106,242); }
H1.HeaderClassName
{
color: #EA6AF2;
}
.AnyTagClassName
{
color: #EA6AF2;
}
</style>
background-color css
<style>
a { background-color: #EA6AF2; }
a { background-color: rgb(234,106,242); }
div.DivClassName
{
background-color: #EA6AF2;
}
.BgClassName
{
background-color: #EA6AF2;
}
</style>
border-color css
<style>
span { border-color: #EA6AF2; }
span { border-color: rgb(234,106,242); }
td.TdClassName
{
border-color: #EA6AF2;
}
.TagClassName
{
border-color: #EA6AF2;
}
</style>