Shades of Orchid #E873E3
Tints of Orchid #E873E3
RGB
CMYK
RGB Variations
Color information
#E873E3 (or 0xE873E3) is known color: Orchid. HEX triplet: E8, 73 and E3. RGB value is (232,115,227). Sum of RGB (Red+Green+Blue) = 232+115+227=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E873E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873E3 is #178C1C. Grayscale: #A2A2A2. Windows color (decimal): -1543197 or 14906344. OLE color: 14906344.
HSL color Cylindrical-coordinate representation of color #E873E3: hue angle of 302.56º 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 #E873E3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 227 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.09 |
| HSL | 302.56º | 0.72% | 0.68% | - |
| HSV(B) | 302.56º | 0.5% | 0.91% | - |
| XYZ | 53.27 | 34.96 | 76.61 | - |
| YUV | 162.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 227 | 0 | 0.50 | 0.02 | 0.09 | 302.56 | 0.72 | 0.68 |
| Hex | E8 | 73 | E3 | 0 | 32 | 2 | 9 | 12F | 48 | 44 |
| Octal | 350 | 163 | 343 | 0 | 62 | 2 | 11 | 457 | 110 | 104 |
| Binary | 11101000 | 1110011 | 11100011 | 0 | 110010 | 10 | 1001 | 100101111 | 1001000 | 1000100 |
Color Harmonies of #E873E3
Complementary color
Monochromatic Colors of #E873E3
Black with #E873E3
Text Example
Text Example
White with #E873E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E873E3; }
p { color: rgb(232,115,227); }
H1.HeaderClassName
{
color: #E873E3;
}
.AnyTagClassName
{
color: #E873E3;
}
</style>
background-color css
<style>
a { background-color: #E873E3; }
a { background-color: rgb(232,115,227); }
div.DivClassName
{
background-color: #E873E3;
}
.BgClassName
{
background-color: #E873E3;
}
</style>
border-color css
<style>
span { border-color: #E873E3; }
span { border-color: rgb(232,115,227); }
td.TdClassName
{
border-color: #E873E3;
}
.TagClassName
{
border-color: #E873E3;
}
</style>