Shades of Orchid #E088D2
Tints of Orchid #E088D2
RGB
CMYK
RGB Variations
Color information
#E088D2 (or 0xE088D2) is known color: Orchid. HEX triplet: E0, 88 and D2. RGB value is (224,136,210). Sum of RGB (Red+Green+Blue) = 224+136+210=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E088D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088D2 is #1F772D. Grayscale: #AAAAAA. Windows color (decimal): -2062126 or 13797600. OLE color: 13797600.
HSL color Cylindrical-coordinate representation of color #E088D2: hue angle of 309.55º 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 #E088D2 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 210 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.12 |
| HSL | 309.55º | 0.59% | 0.71% | - |
| HSV(B) | 309.55º | 0.39% | 0.88% | - |
| XYZ | 51.18 | 38.11 | 65.63 | - |
| YUV | 170.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 210 | 0 | 0.39 | 0.06 | 0.12 | 309.55 | 0.59 | 0.71 |
| Hex | E0 | 88 | D2 | 0 | 27 | 6 | C | 136 | 3B | 47 |
| Octal | 340 | 210 | 322 | 0 | 47 | 6 | 14 | 466 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11010010 | 0 | 100111 | 110 | 1100 | 100110110 | 111011 | 1000111 |
Color Harmonies of #E088D2
Complementary color
Monochromatic Colors of #E088D2
Black with #E088D2
Text Example
Text Example
White with #E088D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088D2; }
p { color: rgb(224,136,210); }
H1.HeaderClassName
{
color: #E088D2;
}
.AnyTagClassName
{
color: #E088D2;
}
</style>
background-color css
<style>
a { background-color: #E088D2; }
a { background-color: rgb(224,136,210); }
div.DivClassName
{
background-color: #E088D2;
}
.BgClassName
{
background-color: #E088D2;
}
</style>
border-color css
<style>
span { border-color: #E088D2; }
span { border-color: rgb(224,136,210); }
td.TdClassName
{
border-color: #E088D2;
}
.TagClassName
{
border-color: #E088D2;
}
</style>