Shades of Orchid #E28ACF
Tints of Orchid #E28ACF
RGB
CMYK
RGB Variations
Color information
#E28ACF (or 0xE28ACF) is known color: Orchid. HEX triplet: E2, 8A and CF. RGB value is (226,138,207). Sum of RGB (Red+Green+Blue) = 226+138+207=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ACF is #1D7530. Grayscale: #ABABAB. Windows color (decimal): -1930545 or 13601506. OLE color: 13601506.
HSL color Cylindrical-coordinate representation of color #E28ACF: hue angle of 312.95º degrees, saturation: 0.6, 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 #E28ACF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 207 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.11 |
| HSL | 312.95º | 0.6% | 0.71% | - |
| HSV(B) | 312.95º | 0.39% | 0.89% | - |
| XYZ | 51.72 | 38.85 | 63.8 | - |
| YUV | 172.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 207 | 0 | 0.39 | 0.08 | 0.11 | 312.95 | 0.6 | 0.71 |
| Hex | E2 | 8A | CF | 0 | 27 | 8 | B | 139 | 3C | 47 |
| Octal | 342 | 212 | 317 | 0 | 47 | 10 | 13 | 471 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11001111 | 0 | 100111 | 1000 | 1011 | 100111001 | 111100 | 1000111 |
Color Harmonies of #E28ACF
Complementary color
Monochromatic Colors of #E28ACF
Black with #E28ACF
Text Example
Text Example
White with #E28ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ACF; }
p { color: rgb(226,138,207); }
H1.HeaderClassName
{
color: #E28ACF;
}
.AnyTagClassName
{
color: #E28ACF;
}
</style>
background-color css
<style>
a { background-color: #E28ACF; }
a { background-color: rgb(226,138,207); }
div.DivClassName
{
background-color: #E28ACF;
}
.BgClassName
{
background-color: #E28ACF;
}
</style>
border-color css
<style>
span { border-color: #E28ACF; }
span { border-color: rgb(226,138,207); }
td.TdClassName
{
border-color: #E28ACF;
}
.TagClassName
{
border-color: #E28ACF;
}
</style>