Shades of Heliotrope #E16BED
Tints of Heliotrope #E16BED
RGB
CMYK
RGB Variations
Color information
#E16BED (or 0xE16BED) is known color: Heliotrope. HEX triplet: E1, 6B and ED. RGB value is (225,107,237). Sum of RGB (Red+Green+Blue) = 225+107+237=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #E16BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BED is #1E9412. Grayscale: #9C9C9C. Windows color (decimal): -2003987 or 15559649. OLE color: 15559649.
HSL color Cylindrical-coordinate representation of color #E16BED: hue angle of 294.46º 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 #E16BED is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 107 | 237 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.07 |
| HSL | 294.46º | 0.78% | 0.67% | - |
| HSV(B) | 294.46º | 0.55% | 0.93% | - |
| XYZ | 51.6 | 32.64 | 83.7 | - |
| YUV | 157.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 237 | 0.05 | 0.55 | 0 | 0.07 | 294.46 | 0.78 | 0.67 |
| Hex | E1 | 6B | ED | 5 | 37 | 0 | 7 | 126 | 4E | 43 |
| Octal | 341 | 153 | 355 | 5 | 67 | 0 | 7 | 446 | 116 | 103 |
| Binary | 11100001 | 1101011 | 11101101 | 101 | 110111 | 0 | 111 | 100100110 | 1001110 | 1000011 |
Color Harmonies of #E16BED
Complementary color
Monochromatic Colors of #E16BED
Black with #E16BED
Text Example
Text Example
White with #E16BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BED; }
p { color: rgb(225,107,237); }
H1.HeaderClassName
{
color: #E16BED;
}
.AnyTagClassName
{
color: #E16BED;
}
</style>
background-color css
<style>
a { background-color: #E16BED; }
a { background-color: rgb(225,107,237); }
div.DivClassName
{
background-color: #E16BED;
}
.BgClassName
{
background-color: #E16BED;
}
</style>
border-color css
<style>
span { border-color: #E16BED; }
span { border-color: rgb(225,107,237); }
td.TdClassName
{
border-color: #E16BED;
}
.TagClassName
{
border-color: #E16BED;
}
</style>