Shades of Orchid #EC70DA
Tints of Orchid #EC70DA
RGB
CMYK
RGB Variations
Color information
#EC70DA (or 0xEC70DA) is known color: Orchid. HEX triplet: EC, 70 and DA. RGB value is (236,112,218). Sum of RGB (Red+Green+Blue) = 236+112+218=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DA is #138F25. Grayscale: #A0A0A0. Windows color (decimal): -1281830 or 14315756. OLE color: 14315756.
HSL color Cylindrical-coordinate representation of color #EC70DA: hue angle of 308.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 #EC70DA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 218 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.07 |
| HSL | 308.71º | 0.77% | 0.68% | - |
| HSV(B) | 308.71º | 0.53% | 0.93% | - |
| XYZ | 53.04 | 34.48 | 70.19 | - |
| YUV | 161.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 218 | 0 | 0.53 | 0.08 | 0.07 | 308.71 | 0.77 | 0.68 |
| Hex | EC | 70 | DA | 0 | 35 | 8 | 7 | 135 | 4D | 44 |
| Octal | 354 | 160 | 332 | 0 | 65 | 10 | 7 | 465 | 115 | 104 |
| Binary | 11101100 | 1110000 | 11011010 | 0 | 110101 | 1000 | 111 | 100110101 | 1001101 | 1000100 |
Color Harmonies of #EC70DA
Complementary color
Monochromatic Colors of #EC70DA
Black with #EC70DA
Text Example
Text Example
White with #EC70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70DA; }
p { color: rgb(236,112,218); }
H1.HeaderClassName
{
color: #EC70DA;
}
.AnyTagClassName
{
color: #EC70DA;
}
</style>
background-color css
<style>
a { background-color: #EC70DA; }
a { background-color: rgb(236,112,218); }
div.DivClassName
{
background-color: #EC70DA;
}
.BgClassName
{
background-color: #EC70DA;
}
</style>
border-color css
<style>
span { border-color: #EC70DA; }
span { border-color: rgb(236,112,218); }
td.TdClassName
{
border-color: #EC70DA;
}
.TagClassName
{
border-color: #EC70DA;
}
</style>