Shades of Orchid #EB76D0
Tints of Orchid #EB76D0
RGB
CMYK
RGB Variations
Color information
#EB76D0 (or 0xEB76D0) is known color: Orchid. HEX triplet: EB, 76 and D0. RGB value is (235,118,208). Sum of RGB (Red+Green+Blue) = 235+118+208=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76D0 is #14892F. Grayscale: #A3A3A3. Windows color (decimal): -1345840 or 13661931. OLE color: 13661931.
HSL color Cylindrical-coordinate representation of color #EB76D0: hue angle of 313.85º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76D0 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 208 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.08 |
| HSL | 313.85º | 0.75% | 0.69% | - |
| HSV(B) | 313.85º | 0.5% | 0.92% | - |
| XYZ | 52.12 | 35.17 | 63.72 | - |
| YUV | 163.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 208 | 0 | 0.50 | 0.11 | 0.08 | 313.85 | 0.75 | 0.69 |
| Hex | EB | 76 | D0 | 0 | 32 | B | 8 | 13A | 4B | 45 |
| Octal | 353 | 166 | 320 | 0 | 62 | 13 | 10 | 472 | 113 | 105 |
| Binary | 11101011 | 1110110 | 11010000 | 0 | 110010 | 1011 | 1000 | 100111010 | 1001011 | 1000101 |
Color Harmonies of #EB76D0
Complementary color
Monochromatic Colors of #EB76D0
Black with #EB76D0
Text Example
Text Example
White with #EB76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB76D0; }
p { color: rgb(235,118,208); }
H1.HeaderClassName
{
color: #EB76D0;
}
.AnyTagClassName
{
color: #EB76D0;
}
</style>
background-color css
<style>
a { background-color: #EB76D0; }
a { background-color: rgb(235,118,208); }
div.DivClassName
{
background-color: #EB76D0;
}
.BgClassName
{
background-color: #EB76D0;
}
</style>
border-color css
<style>
span { border-color: #EB76D0; }
span { border-color: rgb(235,118,208); }
td.TdClassName
{
border-color: #EB76D0;
}
.TagClassName
{
border-color: #EB76D0;
}
</style>