Shades of Orchid #E06BEA
Tints of Orchid #E06BEA
RGB
CMYK
RGB Variations
Color information
#E06BEA (or 0xE06BEA) is known color: Orchid. HEX triplet: E0, 6B and EA. RGB value is (224,107,234). Sum of RGB (Red+Green+Blue) = 224+107+234=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #E06BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BEA is #1F9415. Grayscale: #9C9C9C. Windows color (decimal): -2069526 or 15363040. OLE color: 15363040.
HSL color Cylindrical-coordinate representation of color #E06BEA: hue angle of 295.28º 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 #E06BEA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 107 | 234 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.08 |
| HSL | 295.28º | 0.75% | 0.67% | - |
| HSV(B) | 295.28º | 0.54% | 0.92% | - |
| XYZ | 50.85 | 32.3 | 81.4 | - |
| YUV | 156.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 234 | 0.04 | 0.54 | 0 | 0.08 | 295.28 | 0.75 | 0.67 |
| Hex | E0 | 6B | EA | 4 | 36 | 0 | 8 | 127 | 4B | 43 |
| Octal | 340 | 153 | 352 | 4 | 66 | 0 | 10 | 447 | 113 | 103 |
| Binary | 11100000 | 1101011 | 11101010 | 100 | 110110 | 0 | 1000 | 100100111 | 1001011 | 1000011 |
Color Harmonies of #E06BEA
Complementary color
Monochromatic Colors of #E06BEA
Black with #E06BEA
Text Example
Text Example
White with #E06BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BEA; }
p { color: rgb(224,107,234); }
H1.HeaderClassName
{
color: #E06BEA;
}
.AnyTagClassName
{
color: #E06BEA;
}
</style>
background-color css
<style>
a { background-color: #E06BEA; }
a { background-color: rgb(224,107,234); }
div.DivClassName
{
background-color: #E06BEA;
}
.BgClassName
{
background-color: #E06BEA;
}
</style>
border-color css
<style>
span { border-color: #E06BEA; }
span { border-color: rgb(224,107,234); }
td.TdClassName
{
border-color: #E06BEA;
}
.TagClassName
{
border-color: #E06BEA;
}
</style>