Shades of Heliotrope #EA73FF
Tints of Heliotrope #EA73FF
RGB
CMYK
RGB Variations
Color information
#EA73FF (or 0xEA73FF) is known color: Heliotrope. HEX triplet: EA, 73 and FF. RGB value is (234,115,255). Sum of RGB (Red+Green+Blue) = 234+115+255=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA73FF is #158C00. Grayscale: #A6A6A6. Windows color (decimal): -1412097 or 16741354. OLE color: 16741354.
HSL color Cylindrical-coordinate representation of color #EA73FF: hue angle of 291º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA73FF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 115 | 255 | - |
| CMYK | 0.08 | 0.55 | 0 | 0 |
| HSL | 291º | 1% | 0.73% | - |
| HSV(B) | 291º | 0.55% | 1% | - |
| XYZ | 58.11 | 36.97 | 98.68 | - |
| YUV | 166.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 255 | 0.08 | 0.55 | 0 | 0 | 291 | 1 | 0.73 |
| Hex | EA | 73 | FF | 8 | 37 | 0 | 0 | 123 | 64 | 49 |
| Octal | 352 | 163 | 377 | 10 | 67 | 0 | 0 | 443 | 144 | 111 |
| Binary | 11101010 | 1110011 | 11111111 | 1000 | 110111 | 0 | 0 | 100100011 | 1100100 | 1001001 |
Color Harmonies of #EA73FF
Complementary color
Monochromatic Colors of #EA73FF
Black with #EA73FF
Text Example
Text Example
White with #EA73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73FF; }
p { color: rgb(234,115,255); }
H1.HeaderClassName
{
color: #EA73FF;
}
.AnyTagClassName
{
color: #EA73FF;
}
</style>
background-color css
<style>
a { background-color: #EA73FF; }
a { background-color: rgb(234,115,255); }
div.DivClassName
{
background-color: #EA73FF;
}
.BgClassName
{
background-color: #EA73FF;
}
</style>
border-color css
<style>
span { border-color: #EA73FF; }
span { border-color: rgb(234,115,255); }
td.TdClassName
{
border-color: #EA73FF;
}
.TagClassName
{
border-color: #EA73FF;
}
</style>