Shades of Orchid #E288CF
Tints of Orchid #E288CF
RGB
CMYK
RGB Variations
Color information
#E288CF (or 0xE288CF) is known color: Orchid. HEX triplet: E2, 88 and CF. RGB value is (226,136,207). Sum of RGB (Red+Green+Blue) = 226+136+207=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E288CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288CF is #1D7730. Grayscale: #AAAAAA. Windows color (decimal): -1931057 or 13600994. OLE color: 13600994.
HSL color Cylindrical-coordinate representation of color #E288CF: hue angle of 312.67º 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 #E288CF is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 207 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.11 |
| HSL | 312.67º | 0.61% | 0.71% | - |
| HSV(B) | 312.67º | 0.4% | 0.89% | - |
| XYZ | 51.43 | 38.28 | 63.71 | - |
| YUV | 171 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 207 | 0 | 0.40 | 0.08 | 0.11 | 312.67 | 0.61 | 0.71 |
| Hex | E2 | 88 | CF | 0 | 28 | 8 | B | 139 | 3D | 47 |
| Octal | 342 | 210 | 317 | 0 | 50 | 10 | 13 | 471 | 75 | 107 |
| Binary | 11100010 | 10001000 | 11001111 | 0 | 101000 | 1000 | 1011 | 100111001 | 111101 | 1000111 |
Color Harmonies of #E288CF
Complementary color
Monochromatic Colors of #E288CF
Black with #E288CF
Text Example
Text Example
White with #E288CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288CF; }
p { color: rgb(226,136,207); }
H1.HeaderClassName
{
color: #E288CF;
}
.AnyTagClassName
{
color: #E288CF;
}
</style>
background-color css
<style>
a { background-color: #E288CF; }
a { background-color: rgb(226,136,207); }
div.DivClassName
{
background-color: #E288CF;
}
.BgClassName
{
background-color: #E288CF;
}
</style>
border-color css
<style>
span { border-color: #E288CF; }
span { border-color: rgb(226,136,207); }
td.TdClassName
{
border-color: #E288CF;
}
.TagClassName
{
border-color: #E288CF;
}
</style>