Shades of Orchid #E174E6
Tints of Orchid #E174E6
RGB
CMYK
RGB Variations
Color information
#E174E6 (or 0xE174E6) is known color: Orchid. HEX triplet: E1, 74 and E6. RGB value is (225,116,230). Sum of RGB (Red+Green+Blue) = 225+116+230=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #E174E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E174E6 is #1E8B19. Grayscale: #A1A1A1. Windows color (decimal): -2001690 or 15103201. OLE color: 15103201.
HSL color Cylindrical-coordinate representation of color #E174E6: hue angle of 297.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E174E6 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 116 | 230 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.10 |
| HSL | 297.37º | 0.7% | 0.68% | - |
| HSV(B) | 297.37º | 0.5% | 0.9% | - |
| XYZ | 51.58 | 34.21 | 78.75 | - |
| YUV | 161.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 230 | 0.02 | 0.50 | 0 | 0.10 | 297.37 | 0.7 | 0.68 |
| Hex | E1 | 74 | E6 | 2 | 32 | 0 | A | 129 | 46 | 44 |
| Octal | 341 | 164 | 346 | 2 | 62 | 0 | 12 | 451 | 106 | 104 |
| Binary | 11100001 | 1110100 | 11100110 | 10 | 110010 | 0 | 1010 | 100101001 | 1000110 | 1000100 |
Color Harmonies of #E174E6
Complementary color
Monochromatic Colors of #E174E6
Black with #E174E6
Text Example
Text Example
White with #E174E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174E6; }
p { color: rgb(225,116,230); }
H1.HeaderClassName
{
color: #E174E6;
}
.AnyTagClassName
{
color: #E174E6;
}
</style>
background-color css
<style>
a { background-color: #E174E6; }
a { background-color: rgb(225,116,230); }
div.DivClassName
{
background-color: #E174E6;
}
.BgClassName
{
background-color: #E174E6;
}
</style>
border-color css
<style>
span { border-color: #E174E6; }
span { border-color: rgb(225,116,230); }
td.TdClassName
{
border-color: #E174E6;
}
.TagClassName
{
border-color: #E174E6;
}
</style>