Shades of Heliotrope #EA78FE
Tints of Heliotrope #EA78FE
RGB
CMYK
RGB Variations
Color information
#EA78FE (or 0xEA78FE) is known color: Heliotrope. HEX triplet: EA, 78 and FE. RGB value is (234,120,254). Sum of RGB (Red+Green+Blue) = 234+120+254=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 120 (47.27% from 255 or 19.74% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA78FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA78FE is #158701. Grayscale: #A8A8A8. Windows color (decimal): -1410818 or 16677098. OLE color: 16677098.
HSL color Cylindrical-coordinate representation of color #EA78FE: hue angle of 291.04º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA78FE is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 120 | 254 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.00 |
| HSL | 291.04º | 0.99% | 0.73% | - |
| HSV(B) | 291.04º | 0.53% | 1% | - |
| XYZ | 58.54 | 38.08 | 98.03 | - |
| YUV | 169.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 254 | 0.08 | 0.53 | 0 | 0.00 | 291.04 | 0.99 | 0.73 |
| Hex | EA | 78 | FE | 8 | 35 | 0 | 0 | 123 | 63 | 49 |
| Octal | 352 | 170 | 376 | 10 | 65 | 0 | 0 | 443 | 143 | 111 |
| Binary | 11101010 | 1111000 | 11111110 | 1000 | 110101 | 0 | 0 | 100100011 | 1100011 | 1001001 |
Color Harmonies of #EA78FE
Complementary color
Monochromatic Colors of #EA78FE
Black with #EA78FE
Text Example
Text Example
White with #EA78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78FE; }
p { color: rgb(234,120,254); }
H1.HeaderClassName
{
color: #EA78FE;
}
.AnyTagClassName
{
color: #EA78FE;
}
</style>
background-color css
<style>
a { background-color: #EA78FE; }
a { background-color: rgb(234,120,254); }
div.DivClassName
{
background-color: #EA78FE;
}
.BgClassName
{
background-color: #EA78FE;
}
</style>
border-color css
<style>
span { border-color: #EA78FE; }
span { border-color: rgb(234,120,254); }
td.TdClassName
{
border-color: #EA78FE;
}
.TagClassName
{
border-color: #EA78FE;
}
</style>