Shades of Orchid #E875E1
Tints of Orchid #E875E1
RGB
CMYK
RGB Variations
Color information
#E875E1 (or 0xE875E1) is known color: Orchid. HEX triplet: E8, 75 and E1. RGB value is (232,117,225). Sum of RGB (Red+Green+Blue) = 232+117+225=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E875E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875E1 is #178A1E. Grayscale: #A3A3A3. Windows color (decimal): -1542687 or 14775784. OLE color: 14775784.
HSL color Cylindrical-coordinate representation of color #E875E1: hue angle of 303.65º degrees, saturation: 0.71, 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 #E875E1 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 225 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.09 |
| HSL | 303.65º | 0.71% | 0.68% | - |
| HSV(B) | 303.65º | 0.5% | 0.91% | - |
| XYZ | 53.23 | 35.31 | 75.25 | - |
| YUV | 163.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 225 | 0 | 0.50 | 0.03 | 0.09 | 303.65 | 0.71 | 0.68 |
| Hex | E8 | 75 | E1 | 0 | 32 | 3 | 9 | 130 | 47 | 44 |
| Octal | 350 | 165 | 341 | 0 | 62 | 3 | 11 | 460 | 107 | 104 |
| Binary | 11101000 | 1110101 | 11100001 | 0 | 110010 | 11 | 1001 | 100110000 | 1000111 | 1000100 |
Color Harmonies of #E875E1
Complementary color
Monochromatic Colors of #E875E1
Black with #E875E1
Text Example
Text Example
White with #E875E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E875E1; }
p { color: rgb(232,117,225); }
H1.HeaderClassName
{
color: #E875E1;
}
.AnyTagClassName
{
color: #E875E1;
}
</style>
background-color css
<style>
a { background-color: #E875E1; }
a { background-color: rgb(232,117,225); }
div.DivClassName
{
background-color: #E875E1;
}
.BgClassName
{
background-color: #E875E1;
}
</style>
border-color css
<style>
span { border-color: #E875E1; }
span { border-color: rgb(232,117,225); }
td.TdClassName
{
border-color: #E875E1;
}
.TagClassName
{
border-color: #E875E1;
}
</style>