Shades of Heliotrope #E06BEE
Tints of Heliotrope #E06BEE
RGB
CMYK
RGB Variations
Color information
#E06BEE (or 0xE06BEE) is known color: Heliotrope. HEX triplet: E0, 6B and EE. RGB value is (224,107,238). Sum of RGB (Red+Green+Blue) = 224+107+238=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #E06BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BEE is #1F9411. Grayscale: #9C9C9C. Windows color (decimal): -2069522 or 15625184. OLE color: 15625184.
HSL color Cylindrical-coordinate representation of color #E06BEE: hue angle of 293.59º 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 #E06BEE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 107 | 238 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.07 |
| HSL | 293.59º | 0.79% | 0.68% | - |
| HSV(B) | 293.59º | 0.55% | 0.93% | - |
| XYZ | 51.43 | 32.54 | 84.46 | - |
| YUV | 156.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 238 | 0.06 | 0.55 | 0 | 0.07 | 293.59 | 0.79 | 0.68 |
| Hex | E0 | 6B | EE | 6 | 37 | 0 | 7 | 126 | 4F | 44 |
| Octal | 340 | 153 | 356 | 6 | 67 | 0 | 7 | 446 | 117 | 104 |
| Binary | 11100000 | 1101011 | 11101110 | 110 | 110111 | 0 | 111 | 100100110 | 1001111 | 1000100 |
Color Harmonies of #E06BEE
Complementary color
Monochromatic Colors of #E06BEE
Black with #E06BEE
Text Example
Text Example
White with #E06BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BEE; }
p { color: rgb(224,107,238); }
H1.HeaderClassName
{
color: #E06BEE;
}
.AnyTagClassName
{
color: #E06BEE;
}
</style>
background-color css
<style>
a { background-color: #E06BEE; }
a { background-color: rgb(224,107,238); }
div.DivClassName
{
background-color: #E06BEE;
}
.BgClassName
{
background-color: #E06BEE;
}
</style>
border-color css
<style>
span { border-color: #E06BEE; }
span { border-color: rgb(224,107,238); }
td.TdClassName
{
border-color: #E06BEE;
}
.TagClassName
{
border-color: #E06BEE;
}
</style>