Shades of Orchid #EC70DE
Tints of Orchid #EC70DE
RGB
CMYK
RGB Variations
Color information
#EC70DE (or 0xEC70DE) is known color: Orchid. HEX triplet: EC, 70 and DE. RGB value is (236,112,222). Sum of RGB (Red+Green+Blue) = 236+112+222=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DE is #138F21. Grayscale: #A1A1A1. Windows color (decimal): -1281826 or 14577900. OLE color: 14577900.
HSL color Cylindrical-coordinate representation of color #EC70DE: hue angle of 306.77º 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 #EC70DE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 222 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.07 |
| HSL | 306.77º | 0.77% | 0.68% | - |
| HSV(B) | 306.77º | 0.53% | 0.93% | - |
| XYZ | 53.57 | 34.7 | 72.98 | - |
| YUV | 161.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 222 | 0 | 0.53 | 0.06 | 0.07 | 306.77 | 0.77 | 0.68 |
| Hex | EC | 70 | DE | 0 | 35 | 6 | 7 | 133 | 4D | 44 |
| Octal | 354 | 160 | 336 | 0 | 65 | 6 | 7 | 463 | 115 | 104 |
| Binary | 11101100 | 1110000 | 11011110 | 0 | 110101 | 110 | 111 | 100110011 | 1001101 | 1000100 |
Color Harmonies of #EC70DE
Complementary color
Monochromatic Colors of #EC70DE
Black with #EC70DE
Text Example
Text Example
White with #EC70DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70DE; }
p { color: rgb(236,112,222); }
H1.HeaderClassName
{
color: #EC70DE;
}
.AnyTagClassName
{
color: #EC70DE;
}
</style>
background-color css
<style>
a { background-color: #EC70DE; }
a { background-color: rgb(236,112,222); }
div.DivClassName
{
background-color: #EC70DE;
}
.BgClassName
{
background-color: #EC70DE;
}
</style>
border-color css
<style>
span { border-color: #EC70DE; }
span { border-color: rgb(236,112,222); }
td.TdClassName
{
border-color: #EC70DE;
}
.TagClassName
{
border-color: #EC70DE;
}
</style>