Shades of Heliotrope #EA77FF
Tints of Heliotrope #EA77FF
RGB
CMYK
RGB Variations
Color information
#EA77FF (or 0xEA77FF) is known color: Heliotrope. HEX triplet: EA, 77 and FF. RGB value is (234,119,255). Sum of RGB (Red+Green+Blue) = 234+119+255=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA77FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA77FF is #158800. Grayscale: #A8A8A8. Windows color (decimal): -1411073 or 16742378. OLE color: 16742378.
HSL color Cylindrical-coordinate representation of color #EA77FF: hue angle of 290.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA77FF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 119 | 255 | - |
| CMYK | 0.08 | 0.53 | 0 | 0 |
| HSL | 290.74º | 1% | 0.73% | - |
| HSV(B) | 290.74º | 0.53% | 1% | - |
| XYZ | 58.58 | 37.91 | 98.84 | - |
| YUV | 168.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 255 | 0.08 | 0.53 | 0 | 0 | 290.74 | 1 | 0.73 |
| Hex | EA | 77 | FF | 8 | 35 | 0 | 0 | 123 | 64 | 49 |
| Octal | 352 | 167 | 377 | 10 | 65 | 0 | 0 | 443 | 144 | 111 |
| Binary | 11101010 | 1110111 | 11111111 | 1000 | 110101 | 0 | 0 | 100100011 | 1100100 | 1001001 |
Color Harmonies of #EA77FF
Complementary color
Monochromatic Colors of #EA77FF
Black with #EA77FF
Text Example
Text Example
White with #EA77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77FF; }
p { color: rgb(234,119,255); }
H1.HeaderClassName
{
color: #EA77FF;
}
.AnyTagClassName
{
color: #EA77FF;
}
</style>
background-color css
<style>
a { background-color: #EA77FF; }
a { background-color: rgb(234,119,255); }
div.DivClassName
{
background-color: #EA77FF;
}
.BgClassName
{
background-color: #EA77FF;
}
</style>
border-color css
<style>
span { border-color: #EA77FF; }
span { border-color: rgb(234,119,255); }
td.TdClassName
{
border-color: #EA77FF;
}
.TagClassName
{
border-color: #EA77FF;
}
</style>