Shades of Heliotrope #EA5FFF
Tints of Heliotrope #EA5FFF
RGB
CMYK
RGB Variations
Color information
#EA5FFF (or 0xEA5FFF) is known color: Heliotrope. HEX triplet: EA, 5F and FF. RGB value is (234,95,255). Sum of RGB (Red+Green+Blue) = 234+95+255=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5FFF is #15A000. Grayscale: #9A9A9A. Windows color (decimal): -1417217 or 16736234. OLE color: 16736234.
HSL color Cylindrical-coordinate representation of color #EA5FFF: hue angle of 292.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5FFF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 95 | 255 | - |
| CMYK | 0.08 | 0.63 | 0 | 0 |
| HSL | 292.13º | 1% | 0.69% | - |
| HSV(B) | 292.13º | 0.63% | 1% | - |
| XYZ | 56.07 | 32.9 | 98 | - |
| YUV | 154.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 95 | 255 | 0.08 | 0.63 | 0 | 0 | 292.13 | 1 | 0.69 |
| Hex | EA | 5F | FF | 8 | 3F | 0 | 0 | 124 | 64 | 45 |
| Octal | 352 | 137 | 377 | 10 | 77 | 0 | 0 | 444 | 144 | 105 |
| Binary | 11101010 | 1011111 | 11111111 | 1000 | 111111 | 0 | 0 | 100100100 | 1100100 | 1000101 |
Color Harmonies of #EA5FFF
Complementary color
Monochromatic Colors of #EA5FFF
Black with #EA5FFF
Text Example
Text Example
White with #EA5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5FFF; }
p { color: rgb(234,95,255); }
H1.HeaderClassName
{
color: #EA5FFF;
}
.AnyTagClassName
{
color: #EA5FFF;
}
</style>
background-color css
<style>
a { background-color: #EA5FFF; }
a { background-color: rgb(234,95,255); }
div.DivClassName
{
background-color: #EA5FFF;
}
.BgClassName
{
background-color: #EA5FFF;
}
</style>
border-color css
<style>
span { border-color: #EA5FFF; }
span { border-color: rgb(234,95,255); }
td.TdClassName
{
border-color: #EA5FFF;
}
.TagClassName
{
border-color: #EA5FFF;
}
</style>