Shades of Orchid #EB70D0
Tints of Orchid #EB70D0
RGB
CMYK
RGB Variations
Color information
#EB70D0 (or 0xEB70D0) is known color: Orchid. HEX triplet: EB, 70 and D0. RGB value is (235,112,208). Sum of RGB (Red+Green+Blue) = 235+112+208=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70D0 is #148F2F. Grayscale: #9F9F9F. Windows color (decimal): -1347376 or 13660395. OLE color: 13660395.
HSL color Cylindrical-coordinate representation of color #EB70D0: hue angle of 313.17º 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 #EB70D0 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 208 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.08 |
| HSL | 313.17º | 0.75% | 0.68% | - |
| HSV(B) | 313.17º | 0.52% | 0.92% | - |
| XYZ | 51.44 | 33.8 | 63.49 | - |
| YUV | 159.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 208 | 0 | 0.52 | 0.11 | 0.08 | 313.17 | 0.75 | 0.68 |
| Hex | EB | 70 | D0 | 0 | 34 | B | 8 | 139 | 4B | 44 |
| Octal | 353 | 160 | 320 | 0 | 64 | 13 | 10 | 471 | 113 | 104 |
| Binary | 11101011 | 1110000 | 11010000 | 0 | 110100 | 1011 | 1000 | 100111001 | 1001011 | 1000100 |
Color Harmonies of #EB70D0
Complementary color
Monochromatic Colors of #EB70D0
Black with #EB70D0
Text Example
Text Example
White with #EB70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70D0; }
p { color: rgb(235,112,208); }
H1.HeaderClassName
{
color: #EB70D0;
}
.AnyTagClassName
{
color: #EB70D0;
}
</style>
background-color css
<style>
a { background-color: #EB70D0; }
a { background-color: rgb(235,112,208); }
div.DivClassName
{
background-color: #EB70D0;
}
.BgClassName
{
background-color: #EB70D0;
}
</style>
border-color css
<style>
span { border-color: #EB70D0; }
span { border-color: rgb(235,112,208); }
td.TdClassName
{
border-color: #EB70D0;
}
.TagClassName
{
border-color: #EB70D0;
}
</style>