Shades of Orchid #E06ABE
Tints of Orchid #E06ABE
RGB
CMYK
RGB Variations
Color information
#E06ABE (or 0xE06ABE) is known color: Orchid. HEX triplet: E0, 6A and BE. RGB value is (224,106,190). Sum of RGB (Red+Green+Blue) = 224+106+190=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ABE is #1F9541. Grayscale: #969696. Windows color (decimal): -2069826 or 12479200. OLE color: 12479200.
HSL color Cylindrical-coordinate representation of color #E06ABE: hue angle of 317.29º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06ABE is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 190 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.12 |
| HSL | 317.29º | 0.66% | 0.65% | - |
| HSV(B) | 317.29º | 0.53% | 0.88% | - |
| XYZ | 45.19 | 29.87 | 52.1 | - |
| YUV | 150.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 190 | 0 | 0.53 | 0.15 | 0.12 | 317.29 | 0.66 | 0.65 |
| Hex | E0 | 6A | BE | 0 | 35 | F | C | 13D | 42 | 41 |
| Octal | 340 | 152 | 276 | 0 | 65 | 17 | 14 | 475 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10111110 | 0 | 110101 | 1111 | 1100 | 100111101 | 1000010 | 1000001 |
Color Harmonies of #E06ABE
Complementary color
Monochromatic Colors of #E06ABE
Black with #E06ABE
Text Example
Text Example
White with #E06ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ABE; }
p { color: rgb(224,106,190); }
H1.HeaderClassName
{
color: #E06ABE;
}
.AnyTagClassName
{
color: #E06ABE;
}
</style>
background-color css
<style>
a { background-color: #E06ABE; }
a { background-color: rgb(224,106,190); }
div.DivClassName
{
background-color: #E06ABE;
}
.BgClassName
{
background-color: #E06ABE;
}
</style>
border-color css
<style>
span { border-color: #E06ABE; }
span { border-color: rgb(224,106,190); }
td.TdClassName
{
border-color: #E06ABE;
}
.TagClassName
{
border-color: #E06ABE;
}
</style>