Shades of Orchid #EE71D7
Tints of Orchid #EE71D7
RGB
CMYK
RGB Variations
Color information
#EE71D7 (or 0xEE71D7) is known color: Orchid. HEX triplet: EE, 71 and D7. RGB value is (238,113,215). Sum of RGB (Red+Green+Blue) = 238+113+215=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71D7 is #118E28. Grayscale: #A1A1A1. Windows color (decimal): -1150505 or 14119406. OLE color: 14119406.
HSL color Cylindrical-coordinate representation of color #EE71D7: hue angle of 311.04º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE71D7 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 215 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.07 |
| HSL | 311.04º | 0.79% | 0.69% | - |
| HSV(B) | 311.04º | 0.53% | 0.93% | - |
| XYZ | 53.43 | 34.89 | 68.21 | - |
| YUV | 162 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 215 | 0 | 0.53 | 0.10 | 0.07 | 311.04 | 0.79 | 0.69 |
| Hex | EE | 71 | D7 | 0 | 35 | A | 7 | 137 | 4F | 45 |
| Octal | 356 | 161 | 327 | 0 | 65 | 12 | 7 | 467 | 117 | 105 |
| Binary | 11101110 | 1110001 | 11010111 | 0 | 110101 | 1010 | 111 | 100110111 | 1001111 | 1000101 |
Color Harmonies of #EE71D7
Complementary color
Monochromatic Colors of #EE71D7
Black with #EE71D7
Text Example
Text Example
White with #EE71D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71D7; }
p { color: rgb(238,113,215); }
H1.HeaderClassName
{
color: #EE71D7;
}
.AnyTagClassName
{
color: #EE71D7;
}
</style>
background-color css
<style>
a { background-color: #EE71D7; }
a { background-color: rgb(238,113,215); }
div.DivClassName
{
background-color: #EE71D7;
}
.BgClassName
{
background-color: #EE71D7;
}
</style>
border-color css
<style>
span { border-color: #EE71D7; }
span { border-color: rgb(238,113,215); }
td.TdClassName
{
border-color: #EE71D7;
}
.TagClassName
{
border-color: #EE71D7;
}
</style>