Shades of Orchid #EA78DA
Tints of Orchid #EA78DA
RGB
CMYK
RGB Variations
Color information
#EA78DA (or 0xEA78DA) is known color: Orchid. HEX triplet: EA, 78 and DA. RGB value is (234,120,218). Sum of RGB (Red+Green+Blue) = 234+120+218=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78DA is #158725. Grayscale: #A4A4A4. Windows color (decimal): -1410854 or 14317802. OLE color: 14317802.
HSL color Cylindrical-coordinate representation of color #EA78DA: hue angle of 308.42º 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 #EA78DA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 218 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.08 |
| HSL | 308.42º | 0.73% | 0.69% | - |
| HSV(B) | 308.42º | 0.49% | 0.92% | - |
| XYZ | 53.3 | 35.99 | 70.47 | - |
| YUV | 165.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 218 | 0 | 0.49 | 0.07 | 0.08 | 308.42 | 0.73 | 0.69 |
| Hex | EA | 78 | DA | 0 | 31 | 7 | 8 | 134 | 49 | 45 |
| Octal | 352 | 170 | 332 | 0 | 61 | 7 | 10 | 464 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11011010 | 0 | 110001 | 111 | 1000 | 100110100 | 1001001 | 1000101 |
Color Harmonies of #EA78DA
Complementary color
Monochromatic Colors of #EA78DA
Black with #EA78DA
Text Example
Text Example
White with #EA78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78DA; }
p { color: rgb(234,120,218); }
H1.HeaderClassName
{
color: #EA78DA;
}
.AnyTagClassName
{
color: #EA78DA;
}
</style>
background-color css
<style>
a { background-color: #EA78DA; }
a { background-color: rgb(234,120,218); }
div.DivClassName
{
background-color: #EA78DA;
}
.BgClassName
{
background-color: #EA78DA;
}
</style>
border-color css
<style>
span { border-color: #EA78DA; }
span { border-color: rgb(234,120,218); }
td.TdClassName
{
border-color: #EA78DA;
}
.TagClassName
{
border-color: #EA78DA;
}
</style>