Shades of Heliotrope #EA66F9
Tints of Heliotrope #EA66F9
RGB
CMYK
RGB Variations
Color information
#EA66F9 (or 0xEA66F9) is known color: Heliotrope. HEX triplet: EA, 66 and F9. RGB value is (234,102,249). Sum of RGB (Red+Green+Blue) = 234+102+249=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA66F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA66F9 is #159906. Grayscale: #9D9D9D. Windows color (decimal): -1415431 or 16344810. OLE color: 16344810.
HSL color Cylindrical-coordinate representation of color #EA66F9: hue angle of 293.88º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA66F9 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 102 | 249 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.02 |
| HSL | 293.88º | 0.92% | 0.69% | - |
| HSV(B) | 293.88º | 0.59% | 0.98% | - |
| XYZ | 55.78 | 33.83 | 93.21 | - |
| YUV | 158.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 249 | 0.06 | 0.59 | 0 | 0.02 | 293.88 | 0.92 | 0.69 |
| Hex | EA | 66 | F9 | 6 | 3B | 0 | 2 | 126 | 5C | 45 |
| Octal | 352 | 146 | 371 | 6 | 73 | 0 | 2 | 446 | 134 | 105 |
| Binary | 11101010 | 1100110 | 11111001 | 110 | 111011 | 0 | 10 | 100100110 | 1011100 | 1000101 |
Color Harmonies of #EA66F9
Complementary color
Monochromatic Colors of #EA66F9
Black with #EA66F9
Text Example
Text Example
White with #EA66F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA66F9; }
p { color: rgb(234,102,249); }
H1.HeaderClassName
{
color: #EA66F9;
}
.AnyTagClassName
{
color: #EA66F9;
}
</style>
background-color css
<style>
a { background-color: #EA66F9; }
a { background-color: rgb(234,102,249); }
div.DivClassName
{
background-color: #EA66F9;
}
.BgClassName
{
background-color: #EA66F9;
}
</style>
border-color css
<style>
span { border-color: #EA66F9; }
span { border-color: rgb(234,102,249); }
td.TdClassName
{
border-color: #EA66F9;
}
.TagClassName
{
border-color: #EA66F9;
}
</style>