Shades of Orchid #EB6EDE
Tints of Orchid #EB6EDE
RGB
CMYK
RGB Variations
Color information
#EB6EDE (or 0xEB6EDE) is known color: Orchid. HEX triplet: EB, 6E and DE. RGB value is (235,110,222). Sum of RGB (Red+Green+Blue) = 235+110+222=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EDE is #149121. Grayscale: #9F9F9F. Windows color (decimal): -1347874 or 14577387. OLE color: 14577387.
HSL color Cylindrical-coordinate representation of color #EB6EDE: hue angle of 306.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6EDE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 222 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.08 |
| HSL | 306.24º | 0.76% | 0.68% | - |
| HSV(B) | 306.24º | 0.53% | 0.92% | - |
| XYZ | 53.02 | 34.09 | 72.89 | - |
| YUV | 160.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 222 | 0 | 0.53 | 0.06 | 0.08 | 306.24 | 0.76 | 0.68 |
| Hex | EB | 6E | DE | 0 | 35 | 6 | 8 | 132 | 4C | 44 |
| Octal | 353 | 156 | 336 | 0 | 65 | 6 | 10 | 462 | 114 | 104 |
| Binary | 11101011 | 1101110 | 11011110 | 0 | 110101 | 110 | 1000 | 100110010 | 1001100 | 1000100 |
Color Harmonies of #EB6EDE
Complementary color
Monochromatic Colors of #EB6EDE
Black with #EB6EDE
Text Example
Text Example
White with #EB6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6EDE; }
p { color: rgb(235,110,222); }
H1.HeaderClassName
{
color: #EB6EDE;
}
.AnyTagClassName
{
color: #EB6EDE;
}
</style>
background-color css
<style>
a { background-color: #EB6EDE; }
a { background-color: rgb(235,110,222); }
div.DivClassName
{
background-color: #EB6EDE;
}
.BgClassName
{
background-color: #EB6EDE;
}
</style>
border-color css
<style>
span { border-color: #EB6EDE; }
span { border-color: rgb(235,110,222); }
td.TdClassName
{
border-color: #EB6EDE;
}
.TagClassName
{
border-color: #EB6EDE;
}
</style>