Shades of Orchid #E185D4
Tints of Orchid #E185D4
RGB
CMYK
RGB Variations
Color information
#E185D4 (or 0xE185D4) is known color: Orchid. HEX triplet: E1, 85 and D4. RGB value is (225,133,212). Sum of RGB (Red+Green+Blue) = 225+133+212=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E185D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185D4 is #1E7A2B. Grayscale: #A9A9A9. Windows color (decimal): -1997356 or 13927905. OLE color: 13927905.
HSL color Cylindrical-coordinate representation of color #E185D4: hue angle of 308.48º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185D4 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 212 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.12 |
| HSL | 308.48º | 0.61% | 0.7% | - |
| HSV(B) | 308.48º | 0.41% | 0.88% | - |
| XYZ | 51.32 | 37.54 | 66.83 | - |
| YUV | 169.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 212 | 0 | 0.41 | 0.06 | 0.12 | 308.48 | 0.61 | 0.7 |
| Hex | E1 | 85 | D4 | 0 | 29 | 6 | C | 134 | 3D | 46 |
| Octal | 341 | 205 | 324 | 0 | 51 | 6 | 14 | 464 | 75 | 106 |
| Binary | 11100001 | 10000101 | 11010100 | 0 | 101001 | 110 | 1100 | 100110100 | 111101 | 1000110 |
Color Harmonies of #E185D4
Complementary color
Monochromatic Colors of #E185D4
Black with #E185D4
Text Example
Text Example
White with #E185D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185D4; }
p { color: rgb(225,133,212); }
H1.HeaderClassName
{
color: #E185D4;
}
.AnyTagClassName
{
color: #E185D4;
}
</style>
background-color css
<style>
a { background-color: #E185D4; }
a { background-color: rgb(225,133,212); }
div.DivClassName
{
background-color: #E185D4;
}
.BgClassName
{
background-color: #E185D4;
}
</style>
border-color css
<style>
span { border-color: #E185D4; }
span { border-color: rgb(225,133,212); }
td.TdClassName
{
border-color: #E185D4;
}
.TagClassName
{
border-color: #E185D4;
}
</style>