Shades of Heliotrope #EA65FF
Tints of Heliotrope #EA65FF
RGB
CMYK
RGB Variations
Color information
#EA65FF (or 0xEA65FF) is known color: Heliotrope. HEX triplet: EA, 65 and FF. RGB value is (234,101,255). Sum of RGB (Red+Green+Blue) = 234+101+255=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 101 (39.84% from 255 or 17.12% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA65FF is #159A00. Grayscale: #9D9D9D. Windows color (decimal): -1415681 or 16737770. OLE color: 16737770.
HSL color Cylindrical-coordinate representation of color #EA65FF: hue angle of 291.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA65FF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 101 | 255 | - |
| CMYK | 0.08 | 0.60 | 0 | 0 |
| HSL | 291.82º | 1% | 0.7% | - |
| HSV(B) | 291.82º | 0.6% | 1% | - |
| XYZ | 56.64 | 34.02 | 98.19 | - |
| YUV | 158.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 255 | 0.08 | 0.60 | 0 | 0 | 291.82 | 1 | 0.7 |
| Hex | EA | 65 | FF | 8 | 3C | 0 | 0 | 124 | 64 | 46 |
| Octal | 352 | 145 | 377 | 10 | 74 | 0 | 0 | 444 | 144 | 106 |
| Binary | 11101010 | 1100101 | 11111111 | 1000 | 111100 | 0 | 0 | 100100100 | 1100100 | 1000110 |
Color Harmonies of #EA65FF
Complementary color
Monochromatic Colors of #EA65FF
Black with #EA65FF
Text Example
Text Example
White with #EA65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA65FF; }
p { color: rgb(234,101,255); }
H1.HeaderClassName
{
color: #EA65FF;
}
.AnyTagClassName
{
color: #EA65FF;
}
</style>
background-color css
<style>
a { background-color: #EA65FF; }
a { background-color: rgb(234,101,255); }
div.DivClassName
{
background-color: #EA65FF;
}
.BgClassName
{
background-color: #EA65FF;
}
</style>
border-color css
<style>
span { border-color: #EA65FF; }
span { border-color: rgb(234,101,255); }
td.TdClassName
{
border-color: #EA65FF;
}
.TagClassName
{
border-color: #EA65FF;
}
</style>