Shades of Orchid #E870E0
Tints of Orchid #E870E0
RGB
CMYK
RGB Variations
Color information
#E870E0 (or 0xE870E0) is known color: Orchid. HEX triplet: E8, 70 and E0. RGB value is (232,112,224). Sum of RGB (Red+Green+Blue) = 232+112+224=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E870E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870E0 is #178F1F. Grayscale: #A0A0A0. Windows color (decimal): -1543968 or 14708968. OLE color: 14708968.
HSL color Cylindrical-coordinate representation of color #E870E0: hue angle of 304º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E870E0 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 112 | 224 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.09 |
| HSL | 304º | 0.72% | 0.67% | - |
| HSV(B) | 304º | 0.52% | 0.91% | - |
| XYZ | 52.53 | 34.13 | 74.34 | - |
| YUV | 160.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 224 | 0 | 0.52 | 0.03 | 0.09 | 304 | 0.72 | 0.67 |
| Hex | E8 | 70 | E0 | 0 | 34 | 3 | 9 | 130 | 48 | 43 |
| Octal | 350 | 160 | 340 | 0 | 64 | 3 | 11 | 460 | 110 | 103 |
| Binary | 11101000 | 1110000 | 11100000 | 0 | 110100 | 11 | 1001 | 100110000 | 1001000 | 1000011 |
Color Harmonies of #E870E0
Complementary color
Monochromatic Colors of #E870E0
Black with #E870E0
Text Example
Text Example
White with #E870E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E870E0; }
p { color: rgb(232,112,224); }
H1.HeaderClassName
{
color: #E870E0;
}
.AnyTagClassName
{
color: #E870E0;
}
</style>
background-color css
<style>
a { background-color: #E870E0; }
a { background-color: rgb(232,112,224); }
div.DivClassName
{
background-color: #E870E0;
}
.BgClassName
{
background-color: #E870E0;
}
</style>
border-color css
<style>
span { border-color: #E870E0; }
span { border-color: rgb(232,112,224); }
td.TdClassName
{
border-color: #E870E0;
}
.TagClassName
{
border-color: #E870E0;
}
</style>