Shades of Heliotrope #E163EE
Tints of Heliotrope #E163EE
RGB
CMYK
RGB Variations
Color information
#E163EE (or 0xE163EE) is known color: Heliotrope. HEX triplet: E1, 63 and EE. RGB value is (225,99,238). Sum of RGB (Red+Green+Blue) = 225+99+238=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #E163EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E163EE is #1E9C11. Grayscale: #989898. Windows color (decimal): -2006034 or 15623137. OLE color: 15623137.
HSL color Cylindrical-coordinate representation of color #E163EE: hue angle of 294.39º 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 #E163EE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 99 | 238 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.07 |
| HSL | 294.39º | 0.8% | 0.66% | - |
| HSV(B) | 294.39º | 0.58% | 0.93% | - |
| XYZ | 50.95 | 31.1 | 84.21 | - |
| YUV | 152.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 238 | 0.05 | 0.58 | 0 | 0.07 | 294.39 | 0.8 | 0.66 |
| Hex | E1 | 63 | EE | 5 | 3A | 0 | 7 | 126 | 50 | 42 |
| Octal | 341 | 143 | 356 | 5 | 72 | 0 | 7 | 446 | 120 | 102 |
| Binary | 11100001 | 1100011 | 11101110 | 101 | 111010 | 0 | 111 | 100100110 | 1010000 | 1000010 |
Color Harmonies of #E163EE
Complementary color
Monochromatic Colors of #E163EE
Black with #E163EE
Text Example
Text Example
White with #E163EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163EE; }
p { color: rgb(225,99,238); }
H1.HeaderClassName
{
color: #E163EE;
}
.AnyTagClassName
{
color: #E163EE;
}
</style>
background-color css
<style>
a { background-color: #E163EE; }
a { background-color: rgb(225,99,238); }
div.DivClassName
{
background-color: #E163EE;
}
.BgClassName
{
background-color: #E163EE;
}
</style>
border-color css
<style>
span { border-color: #E163EE; }
span { border-color: rgb(225,99,238); }
td.TdClassName
{
border-color: #E163EE;
}
.TagClassName
{
border-color: #E163EE;
}
</style>