Shades of Orchid #EF71D6
Tints of Orchid #EF71D6
RGB
CMYK
RGB Variations
Color information
#EF71D6 (or 0xEF71D6) is known color: Orchid. HEX triplet: EF, 71 and D6. RGB value is (239,113,214). Sum of RGB (Red+Green+Blue) = 239+113+214=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71D6 is #108E29. Grayscale: #A1A1A1. Windows color (decimal): -1084970 or 14053871. OLE color: 14053871.
HSL color Cylindrical-coordinate representation of color #EF71D6: hue angle of 311.9º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71D6 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 214 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.06 |
| HSL | 311.9º | 0.8% | 0.69% | - |
| HSV(B) | 311.9º | 0.53% | 0.94% | - |
| XYZ | 53.64 | 35.02 | 67.55 | - |
| YUV | 162.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 214 | 0 | 0.53 | 0.10 | 0.06 | 311.9 | 0.8 | 0.69 |
| Hex | EF | 71 | D6 | 0 | 35 | A | 6 | 138 | 50 | 45 |
| Octal | 357 | 161 | 326 | 0 | 65 | 12 | 6 | 470 | 120 | 105 |
| Binary | 11101111 | 1110001 | 11010110 | 0 | 110101 | 1010 | 110 | 100111000 | 1010000 | 1000101 |
Color Harmonies of #EF71D6
Complementary color
Monochromatic Colors of #EF71D6
Black with #EF71D6
Text Example
Text Example
White with #EF71D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF71D6; }
p { color: rgb(239,113,214); }
H1.HeaderClassName
{
color: #EF71D6;
}
.AnyTagClassName
{
color: #EF71D6;
}
</style>
background-color css
<style>
a { background-color: #EF71D6; }
a { background-color: rgb(239,113,214); }
div.DivClassName
{
background-color: #EF71D6;
}
.BgClassName
{
background-color: #EF71D6;
}
</style>
border-color css
<style>
span { border-color: #EF71D6; }
span { border-color: rgb(239,113,214); }
td.TdClassName
{
border-color: #EF71D6;
}
.TagClassName
{
border-color: #EF71D6;
}
</style>