Shades of Orchid #EA7AD6
Tints of Orchid #EA7AD6
RGB
CMYK
RGB Variations
Color information
#EA7AD6 (or 0xEA7AD6) is known color: Orchid. HEX triplet: EA, 7A and D6. RGB value is (234,122,214). Sum of RGB (Red+Green+Blue) = 234+122+214=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AD6 is #158529. Grayscale: #A5A5A5. Windows color (decimal): -1410346 or 14056170. OLE color: 14056170.
HSL color Cylindrical-coordinate representation of color #EA7AD6: hue angle of 310.71º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7AD6 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 214 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.08 |
| HSL | 310.71º | 0.73% | 0.7% | - |
| HSV(B) | 310.71º | 0.48% | 0.92% | - |
| XYZ | 53.03 | 36.27 | 67.82 | - |
| YUV | 165.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 214 | 0 | 0.48 | 0.09 | 0.08 | 310.71 | 0.73 | 0.7 |
| Hex | EA | 7A | D6 | 0 | 30 | 9 | 8 | 137 | 49 | 46 |
| Octal | 352 | 172 | 326 | 0 | 60 | 11 | 10 | 467 | 111 | 106 |
| Binary | 11101010 | 1111010 | 11010110 | 0 | 110000 | 1001 | 1000 | 100110111 | 1001001 | 1000110 |
Color Harmonies of #EA7AD6
Complementary color
Monochromatic Colors of #EA7AD6
Black with #EA7AD6
Text Example
Text Example
White with #EA7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7AD6; }
p { color: rgb(234,122,214); }
H1.HeaderClassName
{
color: #EA7AD6;
}
.AnyTagClassName
{
color: #EA7AD6;
}
</style>
background-color css
<style>
a { background-color: #EA7AD6; }
a { background-color: rgb(234,122,214); }
div.DivClassName
{
background-color: #EA7AD6;
}
.BgClassName
{
background-color: #EA7AD6;
}
</style>
border-color css
<style>
span { border-color: #EA7AD6; }
span { border-color: rgb(234,122,214); }
td.TdClassName
{
border-color: #EA7AD6;
}
.TagClassName
{
border-color: #EA7AD6;
}
</style>