Shades of Orchid #EA76D9
Tints of Orchid #EA76D9
RGB
CMYK
RGB Variations
Color information
#EA76D9 (or 0xEA76D9) is known color: Orchid. HEX triplet: EA, 76 and D9. RGB value is (234,118,217). Sum of RGB (Red+Green+Blue) = 234+118+217=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76D9 is #158926. Grayscale: #A3A3A3. Windows color (decimal): -1411367 or 14251754. OLE color: 14251754.
HSL color Cylindrical-coordinate representation of color #EA76D9: hue angle of 308.79º degrees, saturation: 0.73, 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 #EA76D9 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 217 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.08 |
| HSL | 308.79º | 0.73% | 0.69% | - |
| HSV(B) | 308.79º | 0.5% | 0.92% | - |
| XYZ | 52.93 | 35.46 | 69.7 | - |
| YUV | 163.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 217 | 0 | 0.50 | 0.07 | 0.08 | 308.79 | 0.73 | 0.69 |
| Hex | EA | 76 | D9 | 0 | 32 | 7 | 8 | 135 | 49 | 45 |
| Octal | 352 | 166 | 331 | 0 | 62 | 7 | 10 | 465 | 111 | 105 |
| Binary | 11101010 | 1110110 | 11011001 | 0 | 110010 | 111 | 1000 | 100110101 | 1001001 | 1000101 |
Color Harmonies of #EA76D9
Complementary color
Monochromatic Colors of #EA76D9
Black with #EA76D9
Text Example
Text Example
White with #EA76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76D9; }
p { color: rgb(234,118,217); }
H1.HeaderClassName
{
color: #EA76D9;
}
.AnyTagClassName
{
color: #EA76D9;
}
</style>
background-color css
<style>
a { background-color: #EA76D9; }
a { background-color: rgb(234,118,217); }
div.DivClassName
{
background-color: #EA76D9;
}
.BgClassName
{
background-color: #EA76D9;
}
</style>
border-color css
<style>
span { border-color: #EA76D9; }
span { border-color: rgb(234,118,217); }
td.TdClassName
{
border-color: #EA76D9;
}
.TagClassName
{
border-color: #EA76D9;
}
</style>