Shades of Heliotrope #E36BED
Tints of Heliotrope #E36BED
RGB
CMYK
RGB Variations
Color information
#E36BED (or 0xE36BED) is known color: Heliotrope. HEX triplet: E3, 6B and ED. RGB value is (227,107,237). Sum of RGB (Red+Green+Blue) = 227+107+237=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #E36BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36BED is #1C9412. Grayscale: #9D9D9D. Windows color (decimal): -1872915 or 15559651. OLE color: 15559651.
HSL color Cylindrical-coordinate representation of color #E36BED: hue angle of 295.38º 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 #E36BED is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 107 | 237 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.07 |
| HSL | 295.38º | 0.78% | 0.67% | - |
| HSV(B) | 295.38º | 0.55% | 0.93% | - |
| XYZ | 52.22 | 32.96 | 83.73 | - |
| YUV | 157.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 237 | 0.04 | 0.55 | 0 | 0.07 | 295.38 | 0.78 | 0.67 |
| Hex | E3 | 6B | ED | 4 | 37 | 0 | 7 | 127 | 4E | 43 |
| Octal | 343 | 153 | 355 | 4 | 67 | 0 | 7 | 447 | 116 | 103 |
| Binary | 11100011 | 1101011 | 11101101 | 100 | 110111 | 0 | 111 | 100100111 | 1001110 | 1000011 |
Color Harmonies of #E36BED
Complementary color
Monochromatic Colors of #E36BED
Black with #E36BED
Text Example
Text Example
White with #E36BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BED; }
p { color: rgb(227,107,237); }
H1.HeaderClassName
{
color: #E36BED;
}
.AnyTagClassName
{
color: #E36BED;
}
</style>
background-color css
<style>
a { background-color: #E36BED; }
a { background-color: rgb(227,107,237); }
div.DivClassName
{
background-color: #E36BED;
}
.BgClassName
{
background-color: #E36BED;
}
</style>
border-color css
<style>
span { border-color: #E36BED; }
span { border-color: rgb(227,107,237); }
td.TdClassName
{
border-color: #E36BED;
}
.TagClassName
{
border-color: #E36BED;
}
</style>