Shades of Heliotrope #E06BED
Tints of Heliotrope #E06BED
RGB
CMYK
RGB Variations
Color information
#E06BED (or 0xE06BED) is known color: Heliotrope. HEX triplet: E0, 6B and ED. RGB value is (224,107,237). Sum of RGB (Red+Green+Blue) = 224+107+237=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #E06BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BED is #1F9412. Grayscale: #9C9C9C. Windows color (decimal): -2069523 or 15559648. OLE color: 15559648.
HSL color Cylindrical-coordinate representation of color #E06BED: hue angle of 294º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06BED is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 107 | 237 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.07 |
| HSL | 294º | 0.78% | 0.67% | - |
| HSV(B) | 294º | 0.55% | 0.93% | - |
| XYZ | 51.28 | 32.48 | 83.69 | - |
| YUV | 156.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 237 | 0.05 | 0.55 | 0 | 0.07 | 294 | 0.78 | 0.67 |
| Hex | E0 | 6B | ED | 5 | 37 | 0 | 7 | 126 | 4E | 43 |
| Octal | 340 | 153 | 355 | 5 | 67 | 0 | 7 | 446 | 116 | 103 |
| Binary | 11100000 | 1101011 | 11101101 | 101 | 110111 | 0 | 111 | 100100110 | 1001110 | 1000011 |
Color Harmonies of #E06BED
Complementary color
Monochromatic Colors of #E06BED
Black with #E06BED
Text Example
Text Example
White with #E06BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BED; }
p { color: rgb(224,107,237); }
H1.HeaderClassName
{
color: #E06BED;
}
.AnyTagClassName
{
color: #E06BED;
}
</style>
background-color css
<style>
a { background-color: #E06BED; }
a { background-color: rgb(224,107,237); }
div.DivClassName
{
background-color: #E06BED;
}
.BgClassName
{
background-color: #E06BED;
}
</style>
border-color css
<style>
span { border-color: #E06BED; }
span { border-color: rgb(224,107,237); }
td.TdClassName
{
border-color: #E06BED;
}
.TagClassName
{
border-color: #E06BED;
}
</style>