Shades of Orchid #EC6EE0
Tints of Orchid #EC6EE0
RGB
CMYK
RGB Variations
Color information
#EC6EE0 (or 0xEC6EE0) is known color: Orchid. HEX triplet: EC, 6E and E0. RGB value is (236,110,224). Sum of RGB (Red+Green+Blue) = 236+110+224=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EE0 is #13911F. Grayscale: #A0A0A0. Windows color (decimal): -1282336 or 14708460. OLE color: 14708460.
HSL color Cylindrical-coordinate representation of color #EC6EE0: hue angle of 305.71º degrees, saturation: 0.77, 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 #EC6EE0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 224 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.07 |
| HSL | 305.71º | 0.77% | 0.68% | - |
| HSV(B) | 305.71º | 0.53% | 0.93% | - |
| XYZ | 53.62 | 34.37 | 74.33 | - |
| YUV | 160.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 224 | 0 | 0.53 | 0.05 | 0.07 | 305.71 | 0.77 | 0.68 |
| Hex | EC | 6E | E0 | 0 | 35 | 5 | 7 | 132 | 4D | 44 |
| Octal | 354 | 156 | 340 | 0 | 65 | 5 | 7 | 462 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11100000 | 0 | 110101 | 101 | 111 | 100110010 | 1001101 | 1000100 |
Color Harmonies of #EC6EE0
Complementary color
Monochromatic Colors of #EC6EE0
Black with #EC6EE0
Text Example
Text Example
White with #EC6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EE0; }
p { color: rgb(236,110,224); }
H1.HeaderClassName
{
color: #EC6EE0;
}
.AnyTagClassName
{
color: #EC6EE0;
}
</style>
background-color css
<style>
a { background-color: #EC6EE0; }
a { background-color: rgb(236,110,224); }
div.DivClassName
{
background-color: #EC6EE0;
}
.BgClassName
{
background-color: #EC6EE0;
}
</style>
border-color css
<style>
span { border-color: #EC6EE0; }
span { border-color: rgb(236,110,224); }
td.TdClassName
{
border-color: #EC6EE0;
}
.TagClassName
{
border-color: #EC6EE0;
}
</style>