Shades of Orchid #EB70DB
Tints of Orchid #EB70DB
RGB
CMYK
RGB Variations
Color information
#EB70DB (or 0xEB70DB) is known color: Orchid. HEX triplet: EB, 70 and DB. RGB value is (235,112,219). Sum of RGB (Red+Green+Blue) = 235+112+219=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70DB is #148F24. Grayscale: #A0A0A0. Windows color (decimal): -1347365 or 14381291. OLE color: 14381291.
HSL color Cylindrical-coordinate representation of color #EB70DB: hue angle of 307.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB70DB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 219 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.08 |
| HSL | 307.8º | 0.75% | 0.68% | - |
| HSV(B) | 307.8º | 0.52% | 0.92% | - |
| XYZ | 52.84 | 34.36 | 70.87 | - |
| YUV | 160.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 219 | 0 | 0.52 | 0.07 | 0.08 | 307.8 | 0.75 | 0.68 |
| Hex | EB | 70 | DB | 0 | 34 | 7 | 8 | 134 | 4B | 44 |
| Octal | 353 | 160 | 333 | 0 | 64 | 7 | 10 | 464 | 113 | 104 |
| Binary | 11101011 | 1110000 | 11011011 | 0 | 110100 | 111 | 1000 | 100110100 | 1001011 | 1000100 |
Color Harmonies of #EB70DB
Complementary color
Monochromatic Colors of #EB70DB
Black with #EB70DB
Text Example
Text Example
White with #EB70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70DB; }
p { color: rgb(235,112,219); }
H1.HeaderClassName
{
color: #EB70DB;
}
.AnyTagClassName
{
color: #EB70DB;
}
</style>
background-color css
<style>
a { background-color: #EB70DB; }
a { background-color: rgb(235,112,219); }
div.DivClassName
{
background-color: #EB70DB;
}
.BgClassName
{
background-color: #EB70DB;
}
</style>
border-color css
<style>
span { border-color: #EB70DB; }
span { border-color: rgb(235,112,219); }
td.TdClassName
{
border-color: #EB70DB;
}
.TagClassName
{
border-color: #EB70DB;
}
</style>