Shades of Orchid #EE70DD
Tints of Orchid #EE70DD
RGB
CMYK
RGB Variations
Color information
#EE70DD (or 0xEE70DD) is known color: Orchid. HEX triplet: EE, 70 and DD. RGB value is (238,112,221). Sum of RGB (Red+Green+Blue) = 238+112+221=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70DD is #118F22. Grayscale: #A1A1A1. Windows color (decimal): -1150755 or 14512366. OLE color: 14512366.
HSL color Cylindrical-coordinate representation of color #EE70DD: hue angle of 308.1º 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 #EE70DD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 221 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.07 |
| HSL | 308.1º | 0.79% | 0.69% | - |
| HSV(B) | 308.1º | 0.53% | 0.93% | - |
| XYZ | 54.11 | 34.99 | 72.31 | - |
| YUV | 162.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 221 | 0 | 0.53 | 0.07 | 0.07 | 308.1 | 0.79 | 0.69 |
| Hex | EE | 70 | DD | 0 | 35 | 7 | 7 | 134 | 4F | 45 |
| Octal | 356 | 160 | 335 | 0 | 65 | 7 | 7 | 464 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11011101 | 0 | 110101 | 111 | 111 | 100110100 | 1001111 | 1000101 |
Color Harmonies of #EE70DD
Complementary color
Monochromatic Colors of #EE70DD
Black with #EE70DD
Text Example
Text Example
White with #EE70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70DD; }
p { color: rgb(238,112,221); }
H1.HeaderClassName
{
color: #EE70DD;
}
.AnyTagClassName
{
color: #EE70DD;
}
</style>
background-color css
<style>
a { background-color: #EE70DD; }
a { background-color: rgb(238,112,221); }
div.DivClassName
{
background-color: #EE70DD;
}
.BgClassName
{
background-color: #EE70DD;
}
</style>
border-color css
<style>
span { border-color: #EE70DD; }
span { border-color: rgb(238,112,221); }
td.TdClassName
{
border-color: #EE70DD;
}
.TagClassName
{
border-color: #EE70DD;
}
</style>