Shades of Orchid #EB70DD
Tints of Orchid #EB70DD
RGB
CMYK
RGB Variations
Color information
#EB70DD (or 0xEB70DD) is known color: Orchid. HEX triplet: EB, 70 and DD. RGB value is (235,112,221). Sum of RGB (Red+Green+Blue) = 235+112+221=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70DD is #148F22. Grayscale: #A0A0A0. Windows color (decimal): -1347363 or 14512363. OLE color: 14512363.
HSL color Cylindrical-coordinate representation of color #EB70DD: hue angle of 306.83º 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 #EB70DD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 221 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.08 |
| HSL | 306.83º | 0.75% | 0.68% | - |
| HSV(B) | 306.83º | 0.52% | 0.92% | - |
| XYZ | 53.11 | 34.47 | 72.26 | - |
| YUV | 161.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 221 | 0 | 0.52 | 0.06 | 0.08 | 306.83 | 0.75 | 0.68 |
| Hex | EB | 70 | DD | 0 | 34 | 6 | 8 | 133 | 4B | 44 |
| Octal | 353 | 160 | 335 | 0 | 64 | 6 | 10 | 463 | 113 | 104 |
| Binary | 11101011 | 1110000 | 11011101 | 0 | 110100 | 110 | 1000 | 100110011 | 1001011 | 1000100 |
Color Harmonies of #EB70DD
Complementary color
Monochromatic Colors of #EB70DD
Black with #EB70DD
Text Example
Text Example
White with #EB70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70DD; }
p { color: rgb(235,112,221); }
H1.HeaderClassName
{
color: #EB70DD;
}
.AnyTagClassName
{
color: #EB70DD;
}
</style>
background-color css
<style>
a { background-color: #EB70DD; }
a { background-color: rgb(235,112,221); }
div.DivClassName
{
background-color: #EB70DD;
}
.BgClassName
{
background-color: #EB70DD;
}
</style>
border-color css
<style>
span { border-color: #EB70DD; }
span { border-color: rgb(235,112,221); }
td.TdClassName
{
border-color: #EB70DD;
}
.TagClassName
{
border-color: #EB70DD;
}
</style>