Shades of Orchid #EE6FDF
Tints of Orchid #EE6FDF
RGB
CMYK
RGB Variations
Color information
#EE6FDF (or 0xEE6FDF) is known color: Orchid. HEX triplet: EE, 6F and DF. RGB value is (238,111,223). Sum of RGB (Red+Green+Blue) = 238+111+223=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FDF is #119020. Grayscale: #A1A1A1. Windows color (decimal): -1151009 or 14643182. OLE color: 14643182.
HSL color Cylindrical-coordinate representation of color #EE6FDF: hue angle of 307.09º 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 #EE6FDF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 223 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.07 |
| HSL | 307.09º | 0.79% | 0.68% | - |
| HSV(B) | 307.09º | 0.53% | 0.93% | - |
| XYZ | 54.26 | 34.87 | 73.68 | - |
| YUV | 161.74 | 162.58 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 223 | 0 | 0.53 | 0.06 | 0.07 | 307.09 | 0.79 | 0.68 |
| Hex | EE | 6F | DF | 0 | 35 | 6 | 7 | 133 | 4F | 44 |
| Octal | 356 | 157 | 337 | 0 | 65 | 6 | 7 | 463 | 117 | 104 |
| Binary | 11101110 | 1101111 | 11011111 | 0 | 110101 | 110 | 111 | 100110011 | 1001111 | 1000100 |
Color Harmonies of #EE6FDF
Complementary color
Monochromatic Colors of #EE6FDF
Black with #EE6FDF
Text Example
Text Example
White with #EE6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FDF; }
p { color: rgb(238,111,223); }
H1.HeaderClassName
{
color: #EE6FDF;
}
.AnyTagClassName
{
color: #EE6FDF;
}
</style>
background-color css
<style>
a { background-color: #EE6FDF; }
a { background-color: rgb(238,111,223); }
div.DivClassName
{
background-color: #EE6FDF;
}
.BgClassName
{
background-color: #EE6FDF;
}
</style>
border-color css
<style>
span { border-color: #EE6FDF; }
span { border-color: rgb(238,111,223); }
td.TdClassName
{
border-color: #EE6FDF;
}
.TagClassName
{
border-color: #EE6FDF;
}
</style>