Shades of Orchid #EE6FDD
Tints of Orchid #EE6FDD
RGB
CMYK
RGB Variations
Color information
#EE6FDD (or 0xEE6FDD) is known color: Orchid. HEX triplet: EE, 6F and DD. RGB value is (238,111,221). Sum of RGB (Red+Green+Blue) = 238+111+221=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FDD is #119022. Grayscale: #A1A1A1. Windows color (decimal): -1151011 or 14512110. OLE color: 14512110.
HSL color Cylindrical-coordinate representation of color #EE6FDD: hue angle of 308.03º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6FDD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 221 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.07 |
| HSL | 308.03º | 0.79% | 0.68% | - |
| HSV(B) | 308.03º | 0.53% | 0.93% | - |
| XYZ | 54 | 34.77 | 72.27 | - |
| YUV | 161.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 221 | 0 | 0.53 | 0.07 | 0.07 | 308.03 | 0.79 | 0.68 |
| Hex | EE | 6F | DD | 0 | 35 | 7 | 7 | 134 | 4F | 44 |
| Octal | 356 | 157 | 335 | 0 | 65 | 7 | 7 | 464 | 117 | 104 |
| Binary | 11101110 | 1101111 | 11011101 | 0 | 110101 | 111 | 111 | 100110100 | 1001111 | 1000100 |
Color Harmonies of #EE6FDD
Complementary color
Monochromatic Colors of #EE6FDD
Black with #EE6FDD
Text Example
Text Example
White with #EE6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FDD; }
p { color: rgb(238,111,221); }
H1.HeaderClassName
{
color: #EE6FDD;
}
.AnyTagClassName
{
color: #EE6FDD;
}
</style>
background-color css
<style>
a { background-color: #EE6FDD; }
a { background-color: rgb(238,111,221); }
div.DivClassName
{
background-color: #EE6FDD;
}
.BgClassName
{
background-color: #EE6FDD;
}
</style>
border-color css
<style>
span { border-color: #EE6FDD; }
span { border-color: rgb(238,111,221); }
td.TdClassName
{
border-color: #EE6FDD;
}
.TagClassName
{
border-color: #EE6FDD;
}
</style>