Shades of Orchid #E088CB
Tints of Orchid #E088CB
RGB
CMYK
RGB Variations
Color information
#E088CB (or 0xE088CB) is known color: Orchid. HEX triplet: E0, 88 and CB. RGB value is (224,136,203). Sum of RGB (Red+Green+Blue) = 224+136+203=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CB is #1F7734. Grayscale: #A9A9A9. Windows color (decimal): -2062133 or 13338848. OLE color: 13338848.
HSL color Cylindrical-coordinate representation of color #E088CB: hue angle of 314.32º 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 #E088CB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 203 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.12 |
| HSL | 314.32º | 0.59% | 0.71% | - |
| HSV(B) | 314.32º | 0.39% | 0.88% | - |
| XYZ | 50.32 | 37.77 | 61.14 | - |
| YUV | 169.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 203 | 0 | 0.39 | 0.09 | 0.12 | 314.32 | 0.59 | 0.71 |
| Hex | E0 | 88 | CB | 0 | 27 | 9 | C | 13A | 3B | 47 |
| Octal | 340 | 210 | 313 | 0 | 47 | 11 | 14 | 472 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11001011 | 0 | 100111 | 1001 | 1100 | 100111010 | 111011 | 1000111 |
Color Harmonies of #E088CB
Complementary color
Monochromatic Colors of #E088CB
Black with #E088CB
Text Example
Text Example
White with #E088CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088CB; }
p { color: rgb(224,136,203); }
H1.HeaderClassName
{
color: #E088CB;
}
.AnyTagClassName
{
color: #E088CB;
}
</style>
background-color css
<style>
a { background-color: #E088CB; }
a { background-color: rgb(224,136,203); }
div.DivClassName
{
background-color: #E088CB;
}
.BgClassName
{
background-color: #E088CB;
}
</style>
border-color css
<style>
span { border-color: #E088CB; }
span { border-color: rgb(224,136,203); }
td.TdClassName
{
border-color: #E088CB;
}
.TagClassName
{
border-color: #E088CB;
}
</style>