Shades of Orchid #EA78DB
Tints of Orchid #EA78DB
RGB
CMYK
RGB Variations
Color information
#EA78DB (or 0xEA78DB) is known color: Orchid. HEX triplet: EA, 78 and DB. RGB value is (234,120,219). Sum of RGB (Red+Green+Blue) = 234+120+219=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78DB is #158724. Grayscale: #A5A5A5. Windows color (decimal): -1410853 or 14383338. OLE color: 14383338.
HSL color Cylindrical-coordinate representation of color #EA78DB: hue angle of 307.89º 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 #EA78DB is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 219 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.08 |
| HSL | 307.89º | 0.73% | 0.69% | - |
| HSV(B) | 307.89º | 0.49% | 0.92% | - |
| XYZ | 53.43 | 36.04 | 71.16 | - |
| YUV | 165.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 219 | 0 | 0.49 | 0.06 | 0.08 | 307.89 | 0.73 | 0.69 |
| Hex | EA | 78 | DB | 0 | 31 | 6 | 8 | 134 | 49 | 45 |
| Octal | 352 | 170 | 333 | 0 | 61 | 6 | 10 | 464 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11011011 | 0 | 110001 | 110 | 1000 | 100110100 | 1001001 | 1000101 |
Color Harmonies of #EA78DB
Complementary color
Monochromatic Colors of #EA78DB
Black with #EA78DB
Text Example
Text Example
White with #EA78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78DB; }
p { color: rgb(234,120,219); }
H1.HeaderClassName
{
color: #EA78DB;
}
.AnyTagClassName
{
color: #EA78DB;
}
</style>
background-color css
<style>
a { background-color: #EA78DB; }
a { background-color: rgb(234,120,219); }
div.DivClassName
{
background-color: #EA78DB;
}
.BgClassName
{
background-color: #EA78DB;
}
</style>
border-color css
<style>
span { border-color: #EA78DB; }
span { border-color: rgb(234,120,219); }
td.TdClassName
{
border-color: #EA78DB;
}
.TagClassName
{
border-color: #EA78DB;
}
</style>