Shades of Orchid #E171E2
Tints of Orchid #E171E2
RGB
CMYK
RGB Variations
Color information
#E171E2 (or 0xE171E2) is known color: Orchid. HEX triplet: E1, 71 and E2. RGB value is (225,113,226). Sum of RGB (Red+Green+Blue) = 225+113+226=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #E171E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171E2 is #1E8E1D. Grayscale: #9F9F9F. Windows color (decimal): -2002462 or 14840289. OLE color: 14840289.
HSL color Cylindrical-coordinate representation of color #E171E2: hue angle of 299.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171E2 is Cyan = 0.00, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 113 | 226 | - |
| CMYK | 0.00 | 0.5 | 0 | 0.11 |
| HSL | 299.47º | 0.66% | 0.66% | - |
| HSV(B) | 299.47º | 0.5% | 0.89% | - |
| XYZ | 50.68 | 33.31 | 75.71 | - |
| YUV | 159.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 226 | 0.00 | 0.5 | 0 | 0.11 | 299.47 | 0.66 | 0.66 |
| Hex | E1 | 71 | E2 | 0 | 32 | 0 | B | 12B | 42 | 42 |
| Octal | 341 | 161 | 342 | 0 | 62 | 0 | 13 | 453 | 102 | 102 |
| Binary | 11100001 | 1110001 | 11100010 | 0 | 110010 | 0 | 1011 | 100101011 | 1000010 | 1000010 |
Color Harmonies of #E171E2
Complementary color
Monochromatic Colors of #E171E2
Black with #E171E2
Text Example
Text Example
White with #E171E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171E2; }
p { color: rgb(225,113,226); }
H1.HeaderClassName
{
color: #E171E2;
}
.AnyTagClassName
{
color: #E171E2;
}
</style>
background-color css
<style>
a { background-color: #E171E2; }
a { background-color: rgb(225,113,226); }
div.DivClassName
{
background-color: #E171E2;
}
.BgClassName
{
background-color: #E171E2;
}
</style>
border-color css
<style>
span { border-color: #E171E2; }
span { border-color: rgb(225,113,226); }
td.TdClassName
{
border-color: #E171E2;
}
.TagClassName
{
border-color: #E171E2;
}
</style>