Shades of Orchid #EA7AD1
Tints of Orchid #EA7AD1
RGB
CMYK
RGB Variations
Color information
#EA7AD1 (or 0xEA7AD1) is known color: Orchid. HEX triplet: EA, 7A and D1. RGB value is (234,122,209). Sum of RGB (Red+Green+Blue) = 234+122+209=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AD1 is #15852E. Grayscale: #A5A5A5. Windows color (decimal): -1410351 or 13728490. OLE color: 13728490.
HSL color Cylindrical-coordinate representation of color #EA7AD1: hue angle of 313.39º 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 #EA7AD1 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 209 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.08 |
| HSL | 313.39º | 0.73% | 0.7% | - |
| HSV(B) | 313.39º | 0.48% | 0.92% | - |
| XYZ | 52.4 | 36.01 | 64.51 | - |
| YUV | 165.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 209 | 0 | 0.48 | 0.11 | 0.08 | 313.39 | 0.73 | 0.7 |
| Hex | EA | 7A | D1 | 0 | 30 | B | 8 | 139 | 49 | 46 |
| Octal | 352 | 172 | 321 | 0 | 60 | 13 | 10 | 471 | 111 | 106 |
| Binary | 11101010 | 1111010 | 11010001 | 0 | 110000 | 1011 | 1000 | 100111001 | 1001001 | 1000110 |
Color Harmonies of #EA7AD1
Complementary color
Monochromatic Colors of #EA7AD1
Black with #EA7AD1
Text Example
Text Example
White with #EA7AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7AD1; }
p { color: rgb(234,122,209); }
H1.HeaderClassName
{
color: #EA7AD1;
}
.AnyTagClassName
{
color: #EA7AD1;
}
</style>
background-color css
<style>
a { background-color: #EA7AD1; }
a { background-color: rgb(234,122,209); }
div.DivClassName
{
background-color: #EA7AD1;
}
.BgClassName
{
background-color: #EA7AD1;
}
</style>
border-color css
<style>
span { border-color: #EA7AD1; }
span { border-color: rgb(234,122,209); }
td.TdClassName
{
border-color: #EA7AD1;
}
.TagClassName
{
border-color: #EA7AD1;
}
</style>