Shades of Orchid #E169E5
Tints of Orchid #E169E5
RGB
CMYK
RGB Variations
Color information
#E169E5 (or 0xE169E5) is known color: Orchid. HEX triplet: E1, 69 and E5. RGB value is (225,105,229). Sum of RGB (Red+Green+Blue) = 225+105+229=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #E169E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169E5 is #1E961A. Grayscale: #9A9A9A. Windows color (decimal): -2004507 or 15034849. OLE color: 15034849.
HSL color Cylindrical-coordinate representation of color #E169E5: hue angle of 298.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E169E5 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 105 | 229 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.10 |
| HSL | 298.06º | 0.7% | 0.65% | - |
| HSV(B) | 298.06º | 0.54% | 0.9% | - |
| XYZ | 50.25 | 31.77 | 77.61 | - |
| YUV | 155.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 229 | 0.02 | 0.54 | 0 | 0.10 | 298.06 | 0.7 | 0.65 |
| Hex | E1 | 69 | E5 | 2 | 36 | 0 | A | 12A | 46 | 41 |
| Octal | 341 | 151 | 345 | 2 | 66 | 0 | 12 | 452 | 106 | 101 |
| Binary | 11100001 | 1101001 | 11100101 | 10 | 110110 | 0 | 1010 | 100101010 | 1000110 | 1000001 |
Color Harmonies of #E169E5
Complementary color
Monochromatic Colors of #E169E5
Black with #E169E5
Text Example
Text Example
White with #E169E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169E5; }
p { color: rgb(225,105,229); }
H1.HeaderClassName
{
color: #E169E5;
}
.AnyTagClassName
{
color: #E169E5;
}
</style>
background-color css
<style>
a { background-color: #E169E5; }
a { background-color: rgb(225,105,229); }
div.DivClassName
{
background-color: #E169E5;
}
.BgClassName
{
background-color: #E169E5;
}
</style>
border-color css
<style>
span { border-color: #E169E5; }
span { border-color: rgb(225,105,229); }
td.TdClassName
{
border-color: #E169E5;
}
.TagClassName
{
border-color: #E169E5;
}
</style>