Shades of Orchid #E170DA
Tints of Orchid #E170DA
RGB
CMYK
RGB Variations
Color information
#E170DA (or 0xE170DA) is known color: Orchid. HEX triplet: E1, 70 and DA. RGB value is (225,112,218). Sum of RGB (Red+Green+Blue) = 225+112+218=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E170DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170DA is #1E8F25. Grayscale: #9D9D9D. Windows color (decimal): -2002726 or 14315745. OLE color: 14315745.
HSL color Cylindrical-coordinate representation of color #E170DA: hue angle of 303.72º 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 #E170DA is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 218 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.12 |
| HSL | 303.72º | 0.65% | 0.66% | - |
| HSV(B) | 303.72º | 0.5% | 0.88% | - |
| XYZ | 49.5 | 32.66 | 70.02 | - |
| YUV | 157.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 218 | 0 | 0.50 | 0.03 | 0.12 | 303.72 | 0.65 | 0.66 |
| Hex | E1 | 70 | DA | 0 | 32 | 3 | C | 130 | 41 | 42 |
| Octal | 341 | 160 | 332 | 0 | 62 | 3 | 14 | 460 | 101 | 102 |
| Binary | 11100001 | 1110000 | 11011010 | 0 | 110010 | 11 | 1100 | 100110000 | 1000001 | 1000010 |
Color Harmonies of #E170DA
Complementary color
Monochromatic Colors of #E170DA
Black with #E170DA
Text Example
Text Example
White with #E170DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170DA; }
p { color: rgb(225,112,218); }
H1.HeaderClassName
{
color: #E170DA;
}
.AnyTagClassName
{
color: #E170DA;
}
</style>
background-color css
<style>
a { background-color: #E170DA; }
a { background-color: rgb(225,112,218); }
div.DivClassName
{
background-color: #E170DA;
}
.BgClassName
{
background-color: #E170DA;
}
</style>
border-color css
<style>
span { border-color: #E170DA; }
span { border-color: rgb(225,112,218); }
td.TdClassName
{
border-color: #E170DA;
}
.TagClassName
{
border-color: #E170DA;
}
</style>