Shades of Orchid #E28ACE
Tints of Orchid #E28ACE
RGB
CMYK
RGB Variations
Color information
#E28ACE (or 0xE28ACE) is known color: Orchid. HEX triplet: E2, 8A and CE. RGB value is (226,138,206). Sum of RGB (Red+Green+Blue) = 226+138+206=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ACE is #1D7531. Grayscale: #ABABAB. Windows color (decimal): -1930546 or 13535970. OLE color: 13535970.
HSL color Cylindrical-coordinate representation of color #E28ACE: hue angle of 313.64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28ACE is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 206 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.11 |
| HSL | 313.64º | 0.6% | 0.71% | - |
| HSV(B) | 313.64º | 0.39% | 0.89% | - |
| XYZ | 51.59 | 38.8 | 63.16 | - |
| YUV | 172.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 206 | 0 | 0.39 | 0.09 | 0.11 | 313.64 | 0.6 | 0.71 |
| Hex | E2 | 8A | CE | 0 | 27 | 9 | B | 13A | 3C | 47 |
| Octal | 342 | 212 | 316 | 0 | 47 | 11 | 13 | 472 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11001110 | 0 | 100111 | 1001 | 1011 | 100111010 | 111100 | 1000111 |
Color Harmonies of #E28ACE
Complementary color
Monochromatic Colors of #E28ACE
Black with #E28ACE
Text Example
Text Example
White with #E28ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ACE; }
p { color: rgb(226,138,206); }
H1.HeaderClassName
{
color: #E28ACE;
}
.AnyTagClassName
{
color: #E28ACE;
}
</style>
background-color css
<style>
a { background-color: #E28ACE; }
a { background-color: rgb(226,138,206); }
div.DivClassName
{
background-color: #E28ACE;
}
.BgClassName
{
background-color: #E28ACE;
}
</style>
border-color css
<style>
span { border-color: #E28ACE; }
span { border-color: rgb(226,138,206); }
td.TdClassName
{
border-color: #E28ACE;
}
.TagClassName
{
border-color: #E28ACE;
}
</style>