Shades of Orchid #EE6FDA
Tints of Orchid #EE6FDA
RGB
CMYK
RGB Variations
Color information
#EE6FDA (or 0xEE6FDA) is known color: Orchid. HEX triplet: EE, 6F and DA. RGB value is (238,111,218). Sum of RGB (Red+Green+Blue) = 238+111+218=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FDA is #119025. Grayscale: #A0A0A0. Windows color (decimal): -1151014 or 14315502. OLE color: 14315502.
HSL color Cylindrical-coordinate representation of color #EE6FDA: hue angle of 309.45º 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 #EE6FDA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 218 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.07 |
| HSL | 309.45º | 0.79% | 0.68% | - |
| HSV(B) | 309.45º | 0.53% | 0.93% | - |
| XYZ | 53.6 | 34.61 | 70.18 | - |
| YUV | 161.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 218 | 0 | 0.53 | 0.08 | 0.07 | 309.45 | 0.79 | 0.68 |
| Hex | EE | 6F | DA | 0 | 35 | 8 | 7 | 135 | 4F | 44 |
| Octal | 356 | 157 | 332 | 0 | 65 | 10 | 7 | 465 | 117 | 104 |
| Binary | 11101110 | 1101111 | 11011010 | 0 | 110101 | 1000 | 111 | 100110101 | 1001111 | 1000100 |
Color Harmonies of #EE6FDA
Complementary color
Monochromatic Colors of #EE6FDA
Black with #EE6FDA
Text Example
Text Example
White with #EE6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FDA; }
p { color: rgb(238,111,218); }
H1.HeaderClassName
{
color: #EE6FDA;
}
.AnyTagClassName
{
color: #EE6FDA;
}
</style>
background-color css
<style>
a { background-color: #EE6FDA; }
a { background-color: rgb(238,111,218); }
div.DivClassName
{
background-color: #EE6FDA;
}
.BgClassName
{
background-color: #EE6FDA;
}
</style>
border-color css
<style>
span { border-color: #EE6FDA; }
span { border-color: rgb(238,111,218); }
td.TdClassName
{
border-color: #EE6FDA;
}
.TagClassName
{
border-color: #EE6FDA;
}
</style>