Shades of Orchid #E088D1
Tints of Orchid #E088D1
RGB
CMYK
RGB Variations
Color information
#E088D1 (or 0xE088D1) is known color: Orchid. HEX triplet: E0, 88 and D1. RGB value is (224,136,209). Sum of RGB (Red+Green+Blue) = 224+136+209=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E088D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088D1 is #1F772E. Grayscale: #AAAAAA. Windows color (decimal): -2062127 or 13732064. OLE color: 13732064.
HSL color Cylindrical-coordinate representation of color #E088D1: hue angle of 310.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088D1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 209 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.12 |
| HSL | 310.23º | 0.59% | 0.71% | - |
| HSV(B) | 310.23º | 0.39% | 0.88% | - |
| XYZ | 51.05 | 38.06 | 64.98 | - |
| YUV | 170.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 209 | 0 | 0.39 | 0.07 | 0.12 | 310.23 | 0.59 | 0.71 |
| Hex | E0 | 88 | D1 | 0 | 27 | 7 | C | 136 | 3B | 47 |
| Octal | 340 | 210 | 321 | 0 | 47 | 7 | 14 | 466 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11010001 | 0 | 100111 | 111 | 1100 | 100110110 | 111011 | 1000111 |
Color Harmonies of #E088D1
Complementary color
Monochromatic Colors of #E088D1
Black with #E088D1
Text Example
Text Example
White with #E088D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088D1; }
p { color: rgb(224,136,209); }
H1.HeaderClassName
{
color: #E088D1;
}
.AnyTagClassName
{
color: #E088D1;
}
</style>
background-color css
<style>
a { background-color: #E088D1; }
a { background-color: rgb(224,136,209); }
div.DivClassName
{
background-color: #E088D1;
}
.BgClassName
{
background-color: #E088D1;
}
</style>
border-color css
<style>
span { border-color: #E088D1; }
span { border-color: rgb(224,136,209); }
td.TdClassName
{
border-color: #E088D1;
}
.TagClassName
{
border-color: #E088D1;
}
</style>