Shades of Orchid #EB70DF
Tints of Orchid #EB70DF
RGB
CMYK
RGB Variations
Color information
#EB70DF (or 0xEB70DF) is known color: Orchid. HEX triplet: EB, 70 and DF. RGB value is (235,112,223). Sum of RGB (Red+Green+Blue) = 235+112+223=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB70DF is #148F20. Grayscale: #A1A1A1. Windows color (decimal): -1347361 or 14643435. OLE color: 14643435.
HSL color Cylindrical-coordinate representation of color #EB70DF: hue angle of 305.85º 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 #EB70DF is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 223 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.08 |
| HSL | 305.85º | 0.75% | 0.68% | - |
| HSV(B) | 305.85º | 0.52% | 0.92% | - |
| XYZ | 53.37 | 34.58 | 73.67 | - |
| YUV | 161.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 223 | 0 | 0.52 | 0.05 | 0.08 | 305.85 | 0.75 | 0.68 |
| Hex | EB | 70 | DF | 0 | 34 | 5 | 8 | 132 | 4B | 44 |
| Octal | 353 | 160 | 337 | 0 | 64 | 5 | 10 | 462 | 113 | 104 |
| Binary | 11101011 | 1110000 | 11011111 | 0 | 110100 | 101 | 1000 | 100110010 | 1001011 | 1000100 |
Color Harmonies of #EB70DF
Complementary color
Monochromatic Colors of #EB70DF
Black with #EB70DF
Text Example
Text Example
White with #EB70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB70DF; }
p { color: rgb(235,112,223); }
H1.HeaderClassName
{
color: #EB70DF;
}
.AnyTagClassName
{
color: #EB70DF;
}
</style>
background-color css
<style>
a { background-color: #EB70DF; }
a { background-color: rgb(235,112,223); }
div.DivClassName
{
background-color: #EB70DF;
}
.BgClassName
{
background-color: #EB70DF;
}
</style>
border-color css
<style>
span { border-color: #EB70DF; }
span { border-color: rgb(235,112,223); }
td.TdClassName
{
border-color: #EB70DF;
}
.TagClassName
{
border-color: #EB70DF;
}
</style>