Shades of Heliotrope #EA86FF
Tints of Heliotrope #EA86FF
RGB
CMYK
RGB Variations
Color information
#EA86FF (or 0xEA86FF) is known color: Heliotrope. HEX triplet: EA, 86 and FF. RGB value is (234,134,255). Sum of RGB (Red+Green+Blue) = 234+134+255=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA86FF is #157900. Grayscale: #B1B1B1. Windows color (decimal): -1407233 or 16746218. OLE color: 16746218.
HSL color Cylindrical-coordinate representation of color #EA86FF: hue angle of 289.59º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA86FF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 134 | 255 | - |
| CMYK | 0.08 | 0.47 | 0 | 0 |
| HSL | 289.59º | 1% | 0.76% | - |
| HSV(B) | 289.59º | 0.47% | 1% | - |
| XYZ | 60.51 | 41.76 | 99.48 | - |
| YUV | 177.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 255 | 0.08 | 0.47 | 0 | 0 | 289.59 | 1 | 0.76 |
| Hex | EA | 86 | FF | 8 | 2F | 0 | 0 | 122 | 64 | 4C |
| Octal | 352 | 206 | 377 | 10 | 57 | 0 | 0 | 442 | 144 | 114 |
| Binary | 11101010 | 10000110 | 11111111 | 1000 | 101111 | 0 | 0 | 100100010 | 1100100 | 1001100 |
Color Harmonies of #EA86FF
Complementary color
Monochromatic Colors of #EA86FF
Black with #EA86FF
Text Example
Text Example
White with #EA86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86FF; }
p { color: rgb(234,134,255); }
H1.HeaderClassName
{
color: #EA86FF;
}
.AnyTagClassName
{
color: #EA86FF;
}
</style>
background-color css
<style>
a { background-color: #EA86FF; }
a { background-color: rgb(234,134,255); }
div.DivClassName
{
background-color: #EA86FF;
}
.BgClassName
{
background-color: #EA86FF;
}
</style>
border-color css
<style>
span { border-color: #EA86FF; }
span { border-color: rgb(234,134,255); }
td.TdClassName
{
border-color: #EA86FF;
}
.TagClassName
{
border-color: #EA86FF;
}
</style>