Shades of Orchid #E170E0
Tints of Orchid #E170E0
RGB
CMYK
RGB Variations
Color information
#E170E0 (or 0xE170E0) is known color: Orchid. HEX triplet: E1, 70 and E0. RGB value is (225,112,224). Sum of RGB (Red+Green+Blue) = 225+112+224=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E170E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170E0 is #1E8F1F. Grayscale: #9E9E9E. Windows color (decimal): -2002720 or 14708961. OLE color: 14708961.
HSL color Cylindrical-coordinate representation of color #E170E0: hue angle of 300.53º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170E0 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 224 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.12 |
| HSL | 300.53º | 0.65% | 0.66% | - |
| HSV(B) | 300.53º | 0.5% | 0.88% | - |
| XYZ | 50.3 | 32.98 | 74.24 | - |
| YUV | 158.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 224 | 0 | 0.50 | 0.00 | 0.12 | 300.53 | 0.65 | 0.66 |
| Hex | E1 | 70 | E0 | 0 | 32 | 0 | C | 12D | 41 | 42 |
| Octal | 341 | 160 | 340 | 0 | 62 | 0 | 14 | 455 | 101 | 102 |
| Binary | 11100001 | 1110000 | 11100000 | 0 | 110010 | 0 | 1100 | 100101101 | 1000001 | 1000010 |
Color Harmonies of #E170E0
Complementary color
Monochromatic Colors of #E170E0
Black with #E170E0
Text Example
Text Example
White with #E170E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170E0; }
p { color: rgb(225,112,224); }
H1.HeaderClassName
{
color: #E170E0;
}
.AnyTagClassName
{
color: #E170E0;
}
</style>
background-color css
<style>
a { background-color: #E170E0; }
a { background-color: rgb(225,112,224); }
div.DivClassName
{
background-color: #E170E0;
}
.BgClassName
{
background-color: #E170E0;
}
</style>
border-color css
<style>
span { border-color: #E170E0; }
span { border-color: rgb(225,112,224); }
td.TdClassName
{
border-color: #E170E0;
}
.TagClassName
{
border-color: #E170E0;
}
</style>