Shades of Orchid #EE71DD
Tints of Orchid #EE71DD
RGB
CMYK
RGB Variations
Color information
#EE71DD (or 0xEE71DD) is known color: Orchid. HEX triplet: EE, 71 and DD. RGB value is (238,113,221). Sum of RGB (Red+Green+Blue) = 238+113+221=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71DD is #118E22. Grayscale: #A2A2A2. Windows color (decimal): -1150499 or 14512622. OLE color: 14512622.
HSL color Cylindrical-coordinate representation of color #EE71DD: hue angle of 308.16º 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 #EE71DD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 221 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.07 |
| HSL | 308.16º | 0.79% | 0.69% | - |
| HSV(B) | 308.16º | 0.53% | 0.93% | - |
| XYZ | 54.22 | 35.21 | 72.34 | - |
| YUV | 162.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 221 | 0 | 0.53 | 0.07 | 0.07 | 308.16 | 0.79 | 0.69 |
| Hex | EE | 71 | DD | 0 | 35 | 7 | 7 | 134 | 4F | 45 |
| Octal | 356 | 161 | 335 | 0 | 65 | 7 | 7 | 464 | 117 | 105 |
| Binary | 11101110 | 1110001 | 11011101 | 0 | 110101 | 111 | 111 | 100110100 | 1001111 | 1000101 |
Color Harmonies of #EE71DD
Complementary color
Monochromatic Colors of #EE71DD
Black with #EE71DD
Text Example
Text Example
White with #EE71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71DD; }
p { color: rgb(238,113,221); }
H1.HeaderClassName
{
color: #EE71DD;
}
.AnyTagClassName
{
color: #EE71DD;
}
</style>
background-color css
<style>
a { background-color: #EE71DD; }
a { background-color: rgb(238,113,221); }
div.DivClassName
{
background-color: #EE71DD;
}
.BgClassName
{
background-color: #EE71DD;
}
</style>
border-color css
<style>
span { border-color: #EE71DD; }
span { border-color: rgb(238,113,221); }
td.TdClassName
{
border-color: #EE71DD;
}
.TagClassName
{
border-color: #EE71DD;
}
</style>