Shades of Orchid #E088CF
Tints of Orchid #E088CF
RGB
CMYK
RGB Variations
Color information
#E088CF (or 0xE088CF) is known color: Orchid. HEX triplet: E0, 88 and CF. RGB value is (224,136,207). Sum of RGB (Red+Green+Blue) = 224+136+207=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CF is #1F7730. Grayscale: #AAAAAA. Windows color (decimal): -2062129 or 13600992. OLE color: 13600992.
HSL color Cylindrical-coordinate representation of color #E088CF: hue angle of 311.59º 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 #E088CF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 207 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.12 |
| HSL | 311.59º | 0.59% | 0.71% | - |
| HSV(B) | 311.59º | 0.39% | 0.88% | - |
| XYZ | 50.81 | 37.96 | 63.68 | - |
| YUV | 170.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 207 | 0 | 0.39 | 0.08 | 0.12 | 311.59 | 0.59 | 0.71 |
| Hex | E0 | 88 | CF | 0 | 27 | 8 | C | 138 | 3B | 47 |
| Octal | 340 | 210 | 317 | 0 | 47 | 10 | 14 | 470 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11001111 | 0 | 100111 | 1000 | 1100 | 100111000 | 111011 | 1000111 |
Color Harmonies of #E088CF
Complementary color
Monochromatic Colors of #E088CF
Black with #E088CF
Text Example
Text Example
White with #E088CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088CF; }
p { color: rgb(224,136,207); }
H1.HeaderClassName
{
color: #E088CF;
}
.AnyTagClassName
{
color: #E088CF;
}
</style>
background-color css
<style>
a { background-color: #E088CF; }
a { background-color: rgb(224,136,207); }
div.DivClassName
{
background-color: #E088CF;
}
.BgClassName
{
background-color: #E088CF;
}
</style>
border-color css
<style>
span { border-color: #E088CF; }
span { border-color: rgb(224,136,207); }
td.TdClassName
{
border-color: #E088CF;
}
.TagClassName
{
border-color: #E088CF;
}
</style>