Shades of Heliotrope #E165FF
Tints of Heliotrope #E165FF
RGB
CMYK
RGB Variations
Color information
#E165FF (or 0xE165FF) is known color: Heliotrope. HEX triplet: E1, 65 and FF. RGB value is (225,101,255). Sum of RGB (Red+Green+Blue) = 225+101+255=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #E165FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165FF is #1E9A00. Grayscale: #9B9B9B. Windows color (decimal): -2005505 or 16737761. OLE color: 16737761.
HSL color Cylindrical-coordinate representation of color #E165FF: hue angle of 288.31º 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 #E165FF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 101 | 255 | - |
| CMYK | 0.12 | 0.60 | 0 | 0 |
| HSL | 288.31º | 1% | 0.7% | - |
| HSV(B) | 288.31º | 0.6% | 1% | - |
| XYZ | 53.76 | 32.53 | 98.05 | - |
| YUV | 155.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 255 | 0.12 | 0.60 | 0 | 0 | 288.31 | 1 | 0.7 |
| Hex | E1 | 65 | FF | C | 3C | 0 | 0 | 120 | 64 | 46 |
| Octal | 341 | 145 | 377 | 14 | 74 | 0 | 0 | 440 | 144 | 106 |
| Binary | 11100001 | 1100101 | 11111111 | 1100 | 111100 | 0 | 0 | 100100000 | 1100100 | 1000110 |
Color Harmonies of #E165FF
Complementary color
Monochromatic Colors of #E165FF
Black with #E165FF
Text Example
Text Example
White with #E165FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165FF; }
p { color: rgb(225,101,255); }
H1.HeaderClassName
{
color: #E165FF;
}
.AnyTagClassName
{
color: #E165FF;
}
</style>
background-color css
<style>
a { background-color: #E165FF; }
a { background-color: rgb(225,101,255); }
div.DivClassName
{
background-color: #E165FF;
}
.BgClassName
{
background-color: #E165FF;
}
</style>
border-color css
<style>
span { border-color: #E165FF; }
span { border-color: rgb(225,101,255); }
td.TdClassName
{
border-color: #E165FF;
}
.TagClassName
{
border-color: #E165FF;
}
</style>