Shades of Heliotrope #E165FE
Tints of Heliotrope #E165FE
RGB
CMYK
RGB Variations
Color information
#E165FE (or 0xE165FE) is known color: Heliotrope. HEX triplet: E1, 65 and FE. RGB value is (225,101,254). Sum of RGB (Red+Green+Blue) = 225+101+254=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #E165FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165FE is #1E9A01. Grayscale: #9B9B9B. Windows color (decimal): -2005506 or 16672225. OLE color: 16672225.
HSL color Cylindrical-coordinate representation of color #E165FE: hue angle of 288.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E165FE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 101 | 254 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.00 |
| HSL | 288.63º | 0.99% | 0.7% | - |
| HSV(B) | 288.63º | 0.6% | 1% | - |
| XYZ | 53.59 | 32.47 | 97.21 | - |
| YUV | 155.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 254 | 0.11 | 0.60 | 0 | 0.00 | 288.63 | 0.99 | 0.7 |
| Hex | E1 | 65 | FE | B | 3C | 0 | 0 | 121 | 63 | 46 |
| Octal | 341 | 145 | 376 | 13 | 74 | 0 | 0 | 441 | 143 | 106 |
| Binary | 11100001 | 1100101 | 11111110 | 1011 | 111100 | 0 | 0 | 100100001 | 1100011 | 1000110 |
Color Harmonies of #E165FE
Complementary color
Monochromatic Colors of #E165FE
Black with #E165FE
Text Example
Text Example
White with #E165FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165FE; }
p { color: rgb(225,101,254); }
H1.HeaderClassName
{
color: #E165FE;
}
.AnyTagClassName
{
color: #E165FE;
}
</style>
background-color css
<style>
a { background-color: #E165FE; }
a { background-color: rgb(225,101,254); }
div.DivClassName
{
background-color: #E165FE;
}
.BgClassName
{
background-color: #E165FE;
}
</style>
border-color css
<style>
span { border-color: #E165FE; }
span { border-color: rgb(225,101,254); }
td.TdClassName
{
border-color: #E165FE;
}
.TagClassName
{
border-color: #E165FE;
}
</style>