Shades of Orchid #EC73DA
Tints of Orchid #EC73DA
RGB
CMYK
RGB Variations
Color information
#EC73DA (or 0xEC73DA) is known color: Orchid. HEX triplet: EC, 73 and DA. RGB value is (236,115,218). Sum of RGB (Red+Green+Blue) = 236+115+218=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73DA is #138C25. Grayscale: #A2A2A2. Windows color (decimal): -1281062 or 14316524. OLE color: 14316524.
HSL color Cylindrical-coordinate representation of color #EC73DA: hue angle of 308.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73DA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 218 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.07 |
| HSL | 308.93º | 0.76% | 0.69% | - |
| HSV(B) | 308.93º | 0.51% | 0.93% | - |
| XYZ | 53.38 | 35.16 | 70.3 | - |
| YUV | 162.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 218 | 0 | 0.51 | 0.08 | 0.07 | 308.93 | 0.76 | 0.69 |
| Hex | EC | 73 | DA | 0 | 33 | 8 | 7 | 135 | 4C | 45 |
| Octal | 354 | 163 | 332 | 0 | 63 | 10 | 7 | 465 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11011010 | 0 | 110011 | 1000 | 111 | 100110101 | 1001100 | 1000101 |
Color Harmonies of #EC73DA
Complementary color
Monochromatic Colors of #EC73DA
Black with #EC73DA
Text Example
Text Example
White with #EC73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73DA; }
p { color: rgb(236,115,218); }
H1.HeaderClassName
{
color: #EC73DA;
}
.AnyTagClassName
{
color: #EC73DA;
}
</style>
background-color css
<style>
a { background-color: #EC73DA; }
a { background-color: rgb(236,115,218); }
div.DivClassName
{
background-color: #EC73DA;
}
.BgClassName
{
background-color: #EC73DA;
}
</style>
border-color css
<style>
span { border-color: #EC73DA; }
span { border-color: rgb(236,115,218); }
td.TdClassName
{
border-color: #EC73DA;
}
.TagClassName
{
border-color: #EC73DA;
}
</style>