Shades of Orchid #E289CF
Tints of Orchid #E289CF
RGB
CMYK
RGB Variations
Color information
#E289CF (or 0xE289CF) is known color: Orchid. HEX triplet: E2, 89 and CF. RGB value is (226,137,207). Sum of RGB (Red+Green+Blue) = 226+137+207=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E289CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289CF is #1D7630. Grayscale: #ABABAB. Windows color (decimal): -1930801 or 13601250. OLE color: 13601250.
HSL color Cylindrical-coordinate representation of color #E289CF: hue angle of 312.81º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289CF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 207 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.11 |
| HSL | 312.81º | 0.61% | 0.71% | - |
| HSV(B) | 312.81º | 0.39% | 0.89% | - |
| XYZ | 51.57 | 38.57 | 63.76 | - |
| YUV | 171.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 207 | 0 | 0.39 | 0.08 | 0.11 | 312.81 | 0.61 | 0.71 |
| Hex | E2 | 89 | CF | 0 | 27 | 8 | B | 139 | 3D | 47 |
| Octal | 342 | 211 | 317 | 0 | 47 | 10 | 13 | 471 | 75 | 107 |
| Binary | 11100010 | 10001001 | 11001111 | 0 | 100111 | 1000 | 1011 | 100111001 | 111101 | 1000111 |
Color Harmonies of #E289CF
Complementary color
Monochromatic Colors of #E289CF
Black with #E289CF
Text Example
Text Example
White with #E289CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E289CF; }
p { color: rgb(226,137,207); }
H1.HeaderClassName
{
color: #E289CF;
}
.AnyTagClassName
{
color: #E289CF;
}
</style>
background-color css
<style>
a { background-color: #E289CF; }
a { background-color: rgb(226,137,207); }
div.DivClassName
{
background-color: #E289CF;
}
.BgClassName
{
background-color: #E289CF;
}
</style>
border-color css
<style>
span { border-color: #E289CF; }
span { border-color: rgb(226,137,207); }
td.TdClassName
{
border-color: #E289CF;
}
.TagClassName
{
border-color: #E289CF;
}
</style>