Shades of Orchid #EE71DC
Tints of Orchid #EE71DC
RGB
CMYK
RGB Variations
Color information
#EE71DC (or 0xEE71DC) is known color: Orchid. HEX triplet: EE, 71 and DC. RGB value is (238,113,220). Sum of RGB (Red+Green+Blue) = 238+113+220=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71DC is #118E23. Grayscale: #A2A2A2. Windows color (decimal): -1150500 or 14447086. OLE color: 14447086.
HSL color Cylindrical-coordinate representation of color #EE71DC: hue angle of 308.64º 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 #EE71DC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 220 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.07 |
| HSL | 308.64º | 0.79% | 0.69% | - |
| HSV(B) | 308.64º | 0.53% | 0.93% | - |
| XYZ | 54.08 | 35.15 | 71.65 | - |
| YUV | 162.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 220 | 0 | 0.53 | 0.08 | 0.07 | 308.64 | 0.79 | 0.69 |
| Hex | EE | 71 | DC | 0 | 35 | 8 | 7 | 135 | 4F | 45 |
| Octal | 356 | 161 | 334 | 0 | 65 | 10 | 7 | 465 | 117 | 105 |
| Binary | 11101110 | 1110001 | 11011100 | 0 | 110101 | 1000 | 111 | 100110101 | 1001111 | 1000101 |
Color Harmonies of #EE71DC
Complementary color
Monochromatic Colors of #EE71DC
Black with #EE71DC
Text Example
Text Example
White with #EE71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71DC; }
p { color: rgb(238,113,220); }
H1.HeaderClassName
{
color: #EE71DC;
}
.AnyTagClassName
{
color: #EE71DC;
}
</style>
background-color css
<style>
a { background-color: #EE71DC; }
a { background-color: rgb(238,113,220); }
div.DivClassName
{
background-color: #EE71DC;
}
.BgClassName
{
background-color: #EE71DC;
}
</style>
border-color css
<style>
span { border-color: #EE71DC; }
span { border-color: rgb(238,113,220); }
td.TdClassName
{
border-color: #EE71DC;
}
.TagClassName
{
border-color: #EE71DC;
}
</style>