Shades of Heliotrope #EA64FF
Tints of Heliotrope #EA64FF
RGB
CMYK
RGB Variations
Color information
#EA64FF (or 0xEA64FF) is known color: Heliotrope. HEX triplet: EA, 64 and FF. RGB value is (234,100,255). Sum of RGB (Red+Green+Blue) = 234+100+255=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA64FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA64FF is #159B00. Grayscale: #9D9D9D. Windows color (decimal): -1415937 or 16737514. OLE color: 16737514.
HSL color Cylindrical-coordinate representation of color #EA64FF: hue angle of 291.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA64FF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 100 | 255 | - |
| CMYK | 0.08 | 0.61 | 0 | 0 |
| HSL | 291.87º | 1% | 0.7% | - |
| HSV(B) | 291.87º | 0.61% | 1% | - |
| XYZ | 56.54 | 33.83 | 98.16 | - |
| YUV | 157.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 255 | 0.08 | 0.61 | 0 | 0 | 291.87 | 1 | 0.7 |
| Hex | EA | 64 | FF | 8 | 3D | 0 | 0 | 124 | 64 | 46 |
| Octal | 352 | 144 | 377 | 10 | 75 | 0 | 0 | 444 | 144 | 106 |
| Binary | 11101010 | 1100100 | 11111111 | 1000 | 111101 | 0 | 0 | 100100100 | 1100100 | 1000110 |
Color Harmonies of #EA64FF
Complementary color
Monochromatic Colors of #EA64FF
Black with #EA64FF
Text Example
Text Example
White with #EA64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA64FF; }
p { color: rgb(234,100,255); }
H1.HeaderClassName
{
color: #EA64FF;
}
.AnyTagClassName
{
color: #EA64FF;
}
</style>
background-color css
<style>
a { background-color: #EA64FF; }
a { background-color: rgb(234,100,255); }
div.DivClassName
{
background-color: #EA64FF;
}
.BgClassName
{
background-color: #EA64FF;
}
</style>
border-color css
<style>
span { border-color: #EA64FF; }
span { border-color: rgb(234,100,255); }
td.TdClassName
{
border-color: #EA64FF;
}
.TagClassName
{
border-color: #EA64FF;
}
</style>