Shades of Orchid #E36BEA
Tints of Orchid #E36BEA
RGB
CMYK
RGB Variations
Color information
#E36BEA (or 0xE36BEA) is known color: Orchid. HEX triplet: E3, 6B and EA. RGB value is (227,107,234). Sum of RGB (Red+Green+Blue) = 227+107+234=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #E36BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36BEA is #1C9415. Grayscale: #9C9C9C. Windows color (decimal): -1872918 or 15363043. OLE color: 15363043.
HSL color Cylindrical-coordinate representation of color #E36BEA: hue angle of 296.69º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E36BEA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 107 | 234 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.08 |
| HSL | 296.69º | 0.75% | 0.67% | - |
| HSV(B) | 296.69º | 0.54% | 0.92% | - |
| XYZ | 51.79 | 32.79 | 81.44 | - |
| YUV | 157.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 234 | 0.03 | 0.54 | 0 | 0.08 | 296.69 | 0.75 | 0.67 |
| Hex | E3 | 6B | EA | 3 | 36 | 0 | 8 | 129 | 4B | 43 |
| Octal | 343 | 153 | 352 | 3 | 66 | 0 | 10 | 451 | 113 | 103 |
| Binary | 11100011 | 1101011 | 11101010 | 11 | 110110 | 0 | 1000 | 100101001 | 1001011 | 1000011 |
Color Harmonies of #E36BEA
Complementary color
Monochromatic Colors of #E36BEA
Black with #E36BEA
Text Example
Text Example
White with #E36BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BEA; }
p { color: rgb(227,107,234); }
H1.HeaderClassName
{
color: #E36BEA;
}
.AnyTagClassName
{
color: #E36BEA;
}
</style>
background-color css
<style>
a { background-color: #E36BEA; }
a { background-color: rgb(227,107,234); }
div.DivClassName
{
background-color: #E36BEA;
}
.BgClassName
{
background-color: #E36BEA;
}
</style>
border-color css
<style>
span { border-color: #E36BEA; }
span { border-color: rgb(227,107,234); }
td.TdClassName
{
border-color: #E36BEA;
}
.TagClassName
{
border-color: #E36BEA;
}
</style>