Shades of Orchid #E36AD4
Tints of Orchid #E36AD4
RGB
CMYK
RGB Variations
Color information
#E36AD4 (or 0xE36AD4) is known color: Orchid. HEX triplet: E3, 6A and D4. RGB value is (227,106,212). Sum of RGB (Red+Green+Blue) = 227+106+212=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E36AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36AD4 is #1C952B. Grayscale: #999999. Windows color (decimal): -1873196 or 13920995. OLE color: 13920995.
HSL color Cylindrical-coordinate representation of color #E36AD4: hue angle of 307.44º 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 #E36AD4 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 212 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.11 |
| HSL | 307.44º | 0.68% | 0.65% | - |
| HSV(B) | 307.44º | 0.53% | 0.89% | - |
| XYZ | 48.72 | 31.39 | 65.78 | - |
| YUV | 154.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 212 | 0 | 0.53 | 0.07 | 0.11 | 307.44 | 0.68 | 0.65 |
| Hex | E3 | 6A | D4 | 0 | 35 | 7 | B | 133 | 44 | 41 |
| Octal | 343 | 152 | 324 | 0 | 65 | 7 | 13 | 463 | 104 | 101 |
| Binary | 11100011 | 1101010 | 11010100 | 0 | 110101 | 111 | 1011 | 100110011 | 1000100 | 1000001 |
Color Harmonies of #E36AD4
Complementary color
Monochromatic Colors of #E36AD4
Black with #E36AD4
Text Example
Text Example
White with #E36AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36AD4; }
p { color: rgb(227,106,212); }
H1.HeaderClassName
{
color: #E36AD4;
}
.AnyTagClassName
{
color: #E36AD4;
}
</style>
background-color css
<style>
a { background-color: #E36AD4; }
a { background-color: rgb(227,106,212); }
div.DivClassName
{
background-color: #E36AD4;
}
.BgClassName
{
background-color: #E36AD4;
}
</style>
border-color css
<style>
span { border-color: #E36AD4; }
span { border-color: rgb(227,106,212); }
td.TdClassName
{
border-color: #E36AD4;
}
.TagClassName
{
border-color: #E36AD4;
}
</style>