Shades of Orchid #E169E6
Tints of Orchid #E169E6
RGB
CMYK
RGB Variations
Color information
#E169E6 (or 0xE169E6) is known color: Orchid. HEX triplet: E1, 69 and E6. RGB value is (225,105,230). Sum of RGB (Red+Green+Blue) = 225+105+230=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #E169E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E169E6 is #1E9619. Grayscale: #9A9A9A. Windows color (decimal): -2004506 or 15100385. OLE color: 15100385.
HSL color Cylindrical-coordinate representation of color #E169E6: hue angle of 297.6º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E169E6 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 105 | 230 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.10 |
| HSL | 297.6º | 0.71% | 0.66% | - |
| HSV(B) | 297.6º | 0.54% | 0.9% | - |
| XYZ | 50.39 | 31.82 | 78.35 | - |
| YUV | 155.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 230 | 0.02 | 0.54 | 0 | 0.10 | 297.6 | 0.71 | 0.66 |
| Hex | E1 | 69 | E6 | 2 | 36 | 0 | A | 12A | 47 | 42 |
| Octal | 341 | 151 | 346 | 2 | 66 | 0 | 12 | 452 | 107 | 102 |
| Binary | 11100001 | 1101001 | 11100110 | 10 | 110110 | 0 | 1010 | 100101010 | 1000111 | 1000010 |
Color Harmonies of #E169E6
Complementary color
Monochromatic Colors of #E169E6
Black with #E169E6
Text Example
Text Example
White with #E169E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169E6; }
p { color: rgb(225,105,230); }
H1.HeaderClassName
{
color: #E169E6;
}
.AnyTagClassName
{
color: #E169E6;
}
</style>
background-color css
<style>
a { background-color: #E169E6; }
a { background-color: rgb(225,105,230); }
div.DivClassName
{
background-color: #E169E6;
}
.BgClassName
{
background-color: #E169E6;
}
</style>
border-color css
<style>
span { border-color: #E169E6; }
span { border-color: rgb(225,105,230); }
td.TdClassName
{
border-color: #E169E6;
}
.TagClassName
{
border-color: #E169E6;
}
</style>