Shades of Orchid #E874DE
Tints of Orchid #E874DE
RGB
CMYK
RGB Variations
Color information
#E874DE (or 0xE874DE) is known color: Orchid. HEX triplet: E8, 74 and DE. RGB value is (232,116,222). Sum of RGB (Red+Green+Blue) = 232+116+222=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E874DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874DE is #178B21. Grayscale: #A2A2A2. Windows color (decimal): -1542946 or 14578920. OLE color: 14578920.
HSL color Cylindrical-coordinate representation of color #E874DE: hue angle of 305.17º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874DE is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 222 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.09 |
| HSL | 305.17º | 0.72% | 0.68% | - |
| HSV(B) | 305.17º | 0.5% | 0.91% | - |
| XYZ | 52.71 | 34.92 | 73.07 | - |
| YUV | 162.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 222 | 0 | 0.50 | 0.04 | 0.09 | 305.17 | 0.72 | 0.68 |
| Hex | E8 | 74 | DE | 0 | 32 | 4 | 9 | 131 | 48 | 44 |
| Octal | 350 | 164 | 336 | 0 | 62 | 4 | 11 | 461 | 110 | 104 |
| Binary | 11101000 | 1110100 | 11011110 | 0 | 110010 | 100 | 1001 | 100110001 | 1001000 | 1000100 |
Color Harmonies of #E874DE
Complementary color
Monochromatic Colors of #E874DE
Black with #E874DE
Text Example
Text Example
White with #E874DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874DE; }
p { color: rgb(232,116,222); }
H1.HeaderClassName
{
color: #E874DE;
}
.AnyTagClassName
{
color: #E874DE;
}
</style>
background-color css
<style>
a { background-color: #E874DE; }
a { background-color: rgb(232,116,222); }
div.DivClassName
{
background-color: #E874DE;
}
.BgClassName
{
background-color: #E874DE;
}
</style>
border-color css
<style>
span { border-color: #E874DE; }
span { border-color: rgb(232,116,222); }
td.TdClassName
{
border-color: #E874DE;
}
.TagClassName
{
border-color: #E874DE;
}
</style>