Shades of Orchid #EC6EE4
Tints of Orchid #EC6EE4
RGB
CMYK
RGB Variations
Color information
#EC6EE4 (or 0xEC6EE4) is known color: Orchid. HEX triplet: EC, 6E and E4. RGB value is (236,110,228). Sum of RGB (Red+Green+Blue) = 236+110+228=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EE4 is #13911B. Grayscale: #A0A0A0. Windows color (decimal): -1282332 or 14970604. OLE color: 14970604.
HSL color Cylindrical-coordinate representation of color #EC6EE4: hue angle of 303.81º 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 #EC6EE4 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 228 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.07 |
| HSL | 303.81º | 0.77% | 0.68% | - |
| HSV(B) | 303.81º | 0.53% | 0.93% | - |
| XYZ | 54.17 | 34.59 | 77.22 | - |
| YUV | 161.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 228 | 0 | 0.53 | 0.03 | 0.07 | 303.81 | 0.77 | 0.68 |
| Hex | EC | 6E | E4 | 0 | 35 | 3 | 7 | 130 | 4D | 44 |
| Octal | 354 | 156 | 344 | 0 | 65 | 3 | 7 | 460 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11100100 | 0 | 110101 | 11 | 111 | 100110000 | 1001101 | 1000100 |
Color Harmonies of #EC6EE4
Complementary color
Monochromatic Colors of #EC6EE4
Black with #EC6EE4
Text Example
Text Example
White with #EC6EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EE4; }
p { color: rgb(236,110,228); }
H1.HeaderClassName
{
color: #EC6EE4;
}
.AnyTagClassName
{
color: #EC6EE4;
}
</style>
background-color css
<style>
a { background-color: #EC6EE4; }
a { background-color: rgb(236,110,228); }
div.DivClassName
{
background-color: #EC6EE4;
}
.BgClassName
{
background-color: #EC6EE4;
}
</style>
border-color css
<style>
span { border-color: #EC6EE4; }
span { border-color: rgb(236,110,228); }
td.TdClassName
{
border-color: #EC6EE4;
}
.TagClassName
{
border-color: #EC6EE4;
}
</style>