Shades of Orchid #EC74DA
Tints of Orchid #EC74DA
RGB
CMYK
RGB Variations
Color information
#EC74DA (or 0xEC74DA) is known color: Orchid. HEX triplet: EC, 74 and DA. RGB value is (236,116,218). Sum of RGB (Red+Green+Blue) = 236+116+218=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74DA is #138B25. Grayscale: #A3A3A3. Windows color (decimal): -1280806 or 14316780. OLE color: 14316780.
HSL color Cylindrical-coordinate representation of color #EC74DA: hue angle of 309º 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 #EC74DA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 218 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.07 |
| HSL | 309º | 0.76% | 0.69% | - |
| HSV(B) | 309º | 0.51% | 0.93% | - |
| XYZ | 53.49 | 35.39 | 70.34 | - |
| YUV | 163.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 218 | 0 | 0.51 | 0.08 | 0.07 | 309 | 0.76 | 0.69 |
| Hex | EC | 74 | DA | 0 | 33 | 8 | 7 | 135 | 4C | 45 |
| Octal | 354 | 164 | 332 | 0 | 63 | 10 | 7 | 465 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11011010 | 0 | 110011 | 1000 | 111 | 100110101 | 1001100 | 1000101 |
Color Harmonies of #EC74DA
Complementary color
Monochromatic Colors of #EC74DA
Black with #EC74DA
Text Example
Text Example
White with #EC74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74DA; }
p { color: rgb(236,116,218); }
H1.HeaderClassName
{
color: #EC74DA;
}
.AnyTagClassName
{
color: #EC74DA;
}
</style>
background-color css
<style>
a { background-color: #EC74DA; }
a { background-color: rgb(236,116,218); }
div.DivClassName
{
background-color: #EC74DA;
}
.BgClassName
{
background-color: #EC74DA;
}
</style>
border-color css
<style>
span { border-color: #EC74DA; }
span { border-color: rgb(236,116,218); }
td.TdClassName
{
border-color: #EC74DA;
}
.TagClassName
{
border-color: #EC74DA;
}
</style>