Shades of Orchid #EA77DB
Tints of Orchid #EA77DB
RGB
CMYK
RGB Variations
Color information
#EA77DB (or 0xEA77DB) is known color: Orchid. HEX triplet: EA, 77 and DB. RGB value is (234,119,219). Sum of RGB (Red+Green+Blue) = 234+119+219=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77DB is #158824. Grayscale: #A4A4A4. Windows color (decimal): -1411109 or 14383082. OLE color: 14383082.
HSL color Cylindrical-coordinate representation of color #EA77DB: hue angle of 307.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77DB is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 219 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.08 |
| HSL | 307.83º | 0.73% | 0.69% | - |
| HSV(B) | 307.83º | 0.49% | 0.92% | - |
| XYZ | 53.31 | 35.8 | 71.12 | - |
| YUV | 164.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 219 | 0 | 0.49 | 0.06 | 0.08 | 307.83 | 0.73 | 0.69 |
| Hex | EA | 77 | DB | 0 | 31 | 6 | 8 | 134 | 49 | 45 |
| Octal | 352 | 167 | 333 | 0 | 61 | 6 | 10 | 464 | 111 | 105 |
| Binary | 11101010 | 1110111 | 11011011 | 0 | 110001 | 110 | 1000 | 100110100 | 1001001 | 1000101 |
Color Harmonies of #EA77DB
Complementary color
Monochromatic Colors of #EA77DB
Black with #EA77DB
Text Example
Text Example
White with #EA77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77DB; }
p { color: rgb(234,119,219); }
H1.HeaderClassName
{
color: #EA77DB;
}
.AnyTagClassName
{
color: #EA77DB;
}
</style>
background-color css
<style>
a { background-color: #EA77DB; }
a { background-color: rgb(234,119,219); }
div.DivClassName
{
background-color: #EA77DB;
}
.BgClassName
{
background-color: #EA77DB;
}
</style>
border-color css
<style>
span { border-color: #EA77DB; }
span { border-color: rgb(234,119,219); }
td.TdClassName
{
border-color: #EA77DB;
}
.TagClassName
{
border-color: #EA77DB;
}
</style>