Shades of Orchid #EB70D5
Tints of Orchid #EB70D5
RGB
CMYK
RGB Variations
Color information
#EB70D5 (or 0xEB70D5) is known color: Orchid. HEX triplet: EB, 70 and D5. RGB value is (235,112,213). Sum of RGB (Red+Green+Blue) = 235+112+213=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70D5 is #148F2A. Grayscale: #A0A0A0. Windows color (decimal): -1347371 or 13988075. OLE color: 13988075.
HSL color Cylindrical-coordinate representation of color #EB70D5: hue angle of 310.73º 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 #EB70D5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 213 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.08 |
| HSL | 310.73º | 0.75% | 0.68% | - |
| HSV(B) | 310.73º | 0.52% | 0.92% | - |
| XYZ | 52.07 | 34.05 | 66.78 | - |
| YUV | 160.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 213 | 0 | 0.52 | 0.09 | 0.08 | 310.73 | 0.75 | 0.68 |
| Hex | EB | 70 | D5 | 0 | 34 | 9 | 8 | 137 | 4B | 44 |
| Octal | 353 | 160 | 325 | 0 | 64 | 11 | 10 | 467 | 113 | 104 |
| Binary | 11101011 | 1110000 | 11010101 | 0 | 110100 | 1001 | 1000 | 100110111 | 1001011 | 1000100 |
Color Harmonies of #EB70D5
Complementary color
Monochromatic Colors of #EB70D5
Black with #EB70D5
Text Example
Text Example
White with #EB70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70D5; }
p { color: rgb(235,112,213); }
H1.HeaderClassName
{
color: #EB70D5;
}
.AnyTagClassName
{
color: #EB70D5;
}
</style>
background-color css
<style>
a { background-color: #EB70D5; }
a { background-color: rgb(235,112,213); }
div.DivClassName
{
background-color: #EB70D5;
}
.BgClassName
{
background-color: #EB70D5;
}
</style>
border-color css
<style>
span { border-color: #EB70D5; }
span { border-color: rgb(235,112,213); }
td.TdClassName
{
border-color: #EB70D5;
}
.TagClassName
{
border-color: #EB70D5;
}
</style>