Shades of Heliotrope #E165EE
Tints of Heliotrope #E165EE
RGB
CMYK
RGB Variations
Color information
#E165EE (or 0xE165EE) is known color: Heliotrope. HEX triplet: E1, 65 and EE. RGB value is (225,101,238). Sum of RGB (Red+Green+Blue) = 225+101+238=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #E165EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165EE is #1E9A11. Grayscale: #999999. Windows color (decimal): -2005522 or 15623649. OLE color: 15623649.
HSL color Cylindrical-coordinate representation of color #E165EE: hue angle of 294.31º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E165EE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 101 | 238 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.07 |
| HSL | 294.31º | 0.8% | 0.66% | - |
| HSV(B) | 294.31º | 0.58% | 0.93% | - |
| XYZ | 51.14 | 31.49 | 84.27 | - |
| YUV | 153.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 238 | 0.05 | 0.58 | 0 | 0.07 | 294.31 | 0.8 | 0.66 |
| Hex | E1 | 65 | EE | 5 | 3A | 0 | 7 | 126 | 50 | 42 |
| Octal | 341 | 145 | 356 | 5 | 72 | 0 | 7 | 446 | 120 | 102 |
| Binary | 11100001 | 1100101 | 11101110 | 101 | 111010 | 0 | 111 | 100100110 | 1010000 | 1000010 |
Color Harmonies of #E165EE
Complementary color
Monochromatic Colors of #E165EE
Black with #E165EE
Text Example
Text Example
White with #E165EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165EE; }
p { color: rgb(225,101,238); }
H1.HeaderClassName
{
color: #E165EE;
}
.AnyTagClassName
{
color: #E165EE;
}
</style>
background-color css
<style>
a { background-color: #E165EE; }
a { background-color: rgb(225,101,238); }
div.DivClassName
{
background-color: #E165EE;
}
.BgClassName
{
background-color: #E165EE;
}
</style>
border-color css
<style>
span { border-color: #E165EE; }
span { border-color: rgb(225,101,238); }
td.TdClassName
{
border-color: #E165EE;
}
.TagClassName
{
border-color: #E165EE;
}
</style>