Shades of Orchid #E36BE1
Tints of Orchid #E36BE1
RGB
CMYK
RGB Variations
Color information
#E36BE1 (or 0xE36BE1) is known color: Orchid. HEX triplet: E3, 6B and E1. RGB value is (227,107,225). Sum of RGB (Red+Green+Blue) = 227+107+225=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BE1 is #1C941E. Grayscale: #9B9B9B. Windows color (decimal): -1872927 or 14773219. OLE color: 14773219.
HSL color Cylindrical-coordinate representation of color #E36BE1: hue angle of 301º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36BE1 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 225 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.11 |
| HSL | 301º | 0.68% | 0.65% | - |
| HSV(B) | 301º | 0.53% | 0.89% | - |
| XYZ | 50.53 | 32.28 | 74.8 | - |
| YUV | 156.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 225 | 0 | 0.53 | 0.01 | 0.11 | 301 | 0.68 | 0.65 |
| Hex | E3 | 6B | E1 | 0 | 35 | 1 | B | 12D | 44 | 41 |
| Octal | 343 | 153 | 341 | 0 | 65 | 1 | 13 | 455 | 104 | 101 |
| Binary | 11100011 | 1101011 | 11100001 | 0 | 110101 | 1 | 1011 | 100101101 | 1000100 | 1000001 |
Color Harmonies of #E36BE1
Complementary color
Monochromatic Colors of #E36BE1
Black with #E36BE1
Text Example
Text Example
White with #E36BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BE1; }
p { color: rgb(227,107,225); }
H1.HeaderClassName
{
color: #E36BE1;
}
.AnyTagClassName
{
color: #E36BE1;
}
</style>
background-color css
<style>
a { background-color: #E36BE1; }
a { background-color: rgb(227,107,225); }
div.DivClassName
{
background-color: #E36BE1;
}
.BgClassName
{
background-color: #E36BE1;
}
</style>
border-color css
<style>
span { border-color: #E36BE1; }
span { border-color: rgb(227,107,225); }
td.TdClassName
{
border-color: #E36BE1;
}
.TagClassName
{
border-color: #E36BE1;
}
</style>