Shades of Orchid #EA7AD3
Tints of Orchid #EA7AD3
RGB
CMYK
RGB Variations
Color information
#EA7AD3 (or 0xEA7AD3) is known color: Orchid. HEX triplet: EA, 7A and D3. RGB value is (234,122,211). Sum of RGB (Red+Green+Blue) = 234+122+211=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AD3 is #15852C. Grayscale: #A5A5A5. Windows color (decimal): -1410349 or 13859562. OLE color: 13859562.
HSL color Cylindrical-coordinate representation of color #EA7AD3: hue angle of 312.32º 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 #EA7AD3 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 211 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.08 |
| HSL | 312.32º | 0.73% | 0.7% | - |
| HSV(B) | 312.32º | 0.48% | 0.92% | - |
| XYZ | 52.65 | 36.11 | 65.82 | - |
| YUV | 165.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 211 | 0 | 0.48 | 0.10 | 0.08 | 312.32 | 0.73 | 0.7 |
| Hex | EA | 7A | D3 | 0 | 30 | A | 8 | 138 | 49 | 46 |
| Octal | 352 | 172 | 323 | 0 | 60 | 12 | 10 | 470 | 111 | 106 |
| Binary | 11101010 | 1111010 | 11010011 | 0 | 110000 | 1010 | 1000 | 100111000 | 1001001 | 1000110 |
Color Harmonies of #EA7AD3
Complementary color
Monochromatic Colors of #EA7AD3
Black with #EA7AD3
Text Example
Text Example
White with #EA7AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7AD3; }
p { color: rgb(234,122,211); }
H1.HeaderClassName
{
color: #EA7AD3;
}
.AnyTagClassName
{
color: #EA7AD3;
}
</style>
background-color css
<style>
a { background-color: #EA7AD3; }
a { background-color: rgb(234,122,211); }
div.DivClassName
{
background-color: #EA7AD3;
}
.BgClassName
{
background-color: #EA7AD3;
}
</style>
border-color css
<style>
span { border-color: #EA7AD3; }
span { border-color: rgb(234,122,211); }
td.TdClassName
{
border-color: #EA7AD3;
}
.TagClassName
{
border-color: #EA7AD3;
}
</style>