Shades of Orchid #E08ACE
Tints of Orchid #E08ACE
RGB
CMYK
RGB Variations
Color information
#E08ACE (or 0xE08ACE) is known color: Orchid. HEX triplet: E0, 8A and CE. RGB value is (224,138,206). Sum of RGB (Red+Green+Blue) = 224+138+206=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ACE is #1F7531. Grayscale: #ABABAB. Windows color (decimal): -2061618 or 13535968. OLE color: 13535968.
HSL color Cylindrical-coordinate representation of color #E08ACE: hue angle of 312.56º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08ACE is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 206 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.12 |
| HSL | 312.56º | 0.58% | 0.71% | - |
| HSV(B) | 312.56º | 0.38% | 0.88% | - |
| XYZ | 50.97 | 38.48 | 63.13 | - |
| YUV | 171.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 206 | 0 | 0.38 | 0.08 | 0.12 | 312.56 | 0.58 | 0.71 |
| Hex | E0 | 8A | CE | 0 | 26 | 8 | C | 139 | 3A | 47 |
| Octal | 340 | 212 | 316 | 0 | 46 | 10 | 14 | 471 | 72 | 107 |
| Binary | 11100000 | 10001010 | 11001110 | 0 | 100110 | 1000 | 1100 | 100111001 | 111010 | 1000111 |
Color Harmonies of #E08ACE
Complementary color
Monochromatic Colors of #E08ACE
Black with #E08ACE
Text Example
Text Example
White with #E08ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08ACE; }
p { color: rgb(224,138,206); }
H1.HeaderClassName
{
color: #E08ACE;
}
.AnyTagClassName
{
color: #E08ACE;
}
</style>
background-color css
<style>
a { background-color: #E08ACE; }
a { background-color: rgb(224,138,206); }
div.DivClassName
{
background-color: #E08ACE;
}
.BgClassName
{
background-color: #E08ACE;
}
</style>
border-color css
<style>
span { border-color: #E08ACE; }
span { border-color: rgb(224,138,206); }
td.TdClassName
{
border-color: #E08ACE;
}
.TagClassName
{
border-color: #E08ACE;
}
</style>