Shades of Orchid #E288CE
Tints of Orchid #E288CE
RGB
CMYK
RGB Variations
Color information
#E288CE (or 0xE288CE) is known color: Orchid. HEX triplet: E2, 88 and CE. RGB value is (226,136,206). Sum of RGB (Red+Green+Blue) = 226+136+206=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E288CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288CE is #1D7731. Grayscale: #AAAAAA. Windows color (decimal): -1931058 or 13535458. OLE color: 13535458.
HSL color Cylindrical-coordinate representation of color #E288CE: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288CE is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 206 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.11 |
| HSL | 313.33º | 0.61% | 0.71% | - |
| HSV(B) | 313.33º | 0.4% | 0.89% | - |
| XYZ | 51.31 | 38.23 | 63.07 | - |
| YUV | 170.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 206 | 0 | 0.40 | 0.09 | 0.11 | 313.33 | 0.61 | 0.71 |
| Hex | E2 | 88 | CE | 0 | 28 | 9 | B | 139 | 3D | 47 |
| Octal | 342 | 210 | 316 | 0 | 50 | 11 | 13 | 471 | 75 | 107 |
| Binary | 11100010 | 10001000 | 11001110 | 0 | 101000 | 1001 | 1011 | 100111001 | 111101 | 1000111 |
Color Harmonies of #E288CE
Complementary color
Monochromatic Colors of #E288CE
Black with #E288CE
Text Example
Text Example
White with #E288CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288CE; }
p { color: rgb(226,136,206); }
H1.HeaderClassName
{
color: #E288CE;
}
.AnyTagClassName
{
color: #E288CE;
}
</style>
background-color css
<style>
a { background-color: #E288CE; }
a { background-color: rgb(226,136,206); }
div.DivClassName
{
background-color: #E288CE;
}
.BgClassName
{
background-color: #E288CE;
}
</style>
border-color css
<style>
span { border-color: #E288CE; }
span { border-color: rgb(226,136,206); }
td.TdClassName
{
border-color: #E288CE;
}
.TagClassName
{
border-color: #E288CE;
}
</style>