Shades of Orchid #E17ADE
Tints of Orchid #E17ADE
RGB
CMYK
RGB Variations
Color information
#E17ADE (or 0xE17ADE) is known color: Orchid. HEX triplet: E1, 7A and DE. RGB value is (225,122,222). Sum of RGB (Red+Green+Blue) = 225+122+222=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ADE is #1E8521. Grayscale: #A3A3A3. Windows color (decimal): -2000162 or 14580449. OLE color: 14580449.
HSL color Cylindrical-coordinate representation of color #E17ADE: hue angle of 301.75º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17ADE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 222 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.12 |
| HSL | 301.75º | 0.63% | 0.68% | - |
| HSV(B) | 301.75º | 0.46% | 0.88% | - |
| XYZ | 51.2 | 35.2 | 73.2 | - |
| YUV | 164.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 222 | 0 | 0.46 | 0.01 | 0.12 | 301.75 | 0.63 | 0.68 |
| Hex | E1 | 7A | DE | 0 | 2E | 1 | C | 12E | 3F | 44 |
| Octal | 341 | 172 | 336 | 0 | 56 | 1 | 14 | 456 | 77 | 104 |
| Binary | 11100001 | 1111010 | 11011110 | 0 | 101110 | 1 | 1100 | 100101110 | 111111 | 1000100 |
Color Harmonies of #E17ADE
Complementary color
Monochromatic Colors of #E17ADE
Black with #E17ADE
Text Example
Text Example
White with #E17ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ADE; }
p { color: rgb(225,122,222); }
H1.HeaderClassName
{
color: #E17ADE;
}
.AnyTagClassName
{
color: #E17ADE;
}
</style>
background-color css
<style>
a { background-color: #E17ADE; }
a { background-color: rgb(225,122,222); }
div.DivClassName
{
background-color: #E17ADE;
}
.BgClassName
{
background-color: #E17ADE;
}
</style>
border-color css
<style>
span { border-color: #E17ADE; }
span { border-color: rgb(225,122,222); }
td.TdClassName
{
border-color: #E17ADE;
}
.TagClassName
{
border-color: #E17ADE;
}
</style>