Shades of Heliotrope #E16BEE
Tints of Heliotrope #E16BEE
RGB
CMYK
RGB Variations
Color information
#E16BEE (or 0xE16BEE) is known color: Heliotrope. HEX triplet: E1, 6B and EE. RGB value is (225,107,238). Sum of RGB (Red+Green+Blue) = 225+107+238=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #E16BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BEE is #1E9411. Grayscale: #9C9C9C. Windows color (decimal): -2003986 or 15625185. OLE color: 15625185.
HSL color Cylindrical-coordinate representation of color #E16BEE: hue angle of 294.05º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16BEE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 107 | 238 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.07 |
| HSL | 294.05º | 0.79% | 0.68% | - |
| HSV(B) | 294.05º | 0.55% | 0.93% | - |
| XYZ | 51.74 | 32.7 | 84.47 | - |
| YUV | 157.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 238 | 0.05 | 0.55 | 0 | 0.07 | 294.05 | 0.79 | 0.68 |
| Hex | E1 | 6B | EE | 5 | 37 | 0 | 7 | 126 | 4F | 44 |
| Octal | 341 | 153 | 356 | 5 | 67 | 0 | 7 | 446 | 117 | 104 |
| Binary | 11100001 | 1101011 | 11101110 | 101 | 110111 | 0 | 111 | 100100110 | 1001111 | 1000100 |
Color Harmonies of #E16BEE
Complementary color
Monochromatic Colors of #E16BEE
Black with #E16BEE
Text Example
Text Example
White with #E16BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BEE; }
p { color: rgb(225,107,238); }
H1.HeaderClassName
{
color: #E16BEE;
}
.AnyTagClassName
{
color: #E16BEE;
}
</style>
background-color css
<style>
a { background-color: #E16BEE; }
a { background-color: rgb(225,107,238); }
div.DivClassName
{
background-color: #E16BEE;
}
.BgClassName
{
background-color: #E16BEE;
}
</style>
border-color css
<style>
span { border-color: #E16BEE; }
span { border-color: rgb(225,107,238); }
td.TdClassName
{
border-color: #E16BEE;
}
.TagClassName
{
border-color: #E16BEE;
}
</style>