Shades of Orchid #EA71D0
Tints of Orchid #EA71D0
RGB
CMYK
RGB Variations
Color information
#EA71D0 (or 0xEA71D0) is known color: Orchid. HEX triplet: EA, 71 and D0. RGB value is (234,113,208). Sum of RGB (Red+Green+Blue) = 234+113+208=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71D0 is #158E2F. Grayscale: #9F9F9F. Windows color (decimal): -1412656 or 13660650. OLE color: 13660650.
HSL color Cylindrical-coordinate representation of color #EA71D0: hue angle of 312.89º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71D0 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 208 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.08 |
| HSL | 312.89º | 0.74% | 0.68% | - |
| HSV(B) | 312.89º | 0.52% | 0.92% | - |
| XYZ | 51.22 | 33.86 | 63.51 | - |
| YUV | 160.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 208 | 0 | 0.52 | 0.11 | 0.08 | 312.89 | 0.74 | 0.68 |
| Hex | EA | 71 | D0 | 0 | 34 | B | 8 | 139 | 4A | 44 |
| Octal | 352 | 161 | 320 | 0 | 64 | 13 | 10 | 471 | 112 | 104 |
| Binary | 11101010 | 1110001 | 11010000 | 0 | 110100 | 1011 | 1000 | 100111001 | 1001010 | 1000100 |
Color Harmonies of #EA71D0
Complementary color
Monochromatic Colors of #EA71D0
Black with #EA71D0
Text Example
Text Example
White with #EA71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA71D0; }
p { color: rgb(234,113,208); }
H1.HeaderClassName
{
color: #EA71D0;
}
.AnyTagClassName
{
color: #EA71D0;
}
</style>
background-color css
<style>
a { background-color: #EA71D0; }
a { background-color: rgb(234,113,208); }
div.DivClassName
{
background-color: #EA71D0;
}
.BgClassName
{
background-color: #EA71D0;
}
</style>
border-color css
<style>
span { border-color: #EA71D0; }
span { border-color: rgb(234,113,208); }
td.TdClassName
{
border-color: #EA71D0;
}
.TagClassName
{
border-color: #EA71D0;
}
</style>