Shades of Orchid #EC74DB
Tints of Orchid #EC74DB
RGB
CMYK
RGB Variations
Color information
#EC74DB (or 0xEC74DB) is known color: Orchid. HEX triplet: EC, 74 and DB. RGB value is (236,116,219). Sum of RGB (Red+Green+Blue) = 236+116+219=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74DB is #138B24. Grayscale: #A3A3A3. Windows color (decimal): -1280805 or 14382316. OLE color: 14382316.
HSL color Cylindrical-coordinate representation of color #EC74DB: hue angle of 308.5º 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 #EC74DB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 219 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.07 |
| HSL | 308.5º | 0.76% | 0.69% | - |
| HSV(B) | 308.5º | 0.51% | 0.93% | - |
| XYZ | 53.62 | 35.44 | 71.03 | - |
| YUV | 163.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 219 | 0 | 0.51 | 0.07 | 0.07 | 308.5 | 0.76 | 0.69 |
| Hex | EC | 74 | DB | 0 | 33 | 7 | 7 | 134 | 4C | 45 |
| Octal | 354 | 164 | 333 | 0 | 63 | 7 | 7 | 464 | 114 | 105 |
| Binary | 11101100 | 1110100 | 11011011 | 0 | 110011 | 111 | 111 | 100110100 | 1001100 | 1000101 |
Color Harmonies of #EC74DB
Complementary color
Monochromatic Colors of #EC74DB
Black with #EC74DB
Text Example
Text Example
White with #EC74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC74DB; }
p { color: rgb(236,116,219); }
H1.HeaderClassName
{
color: #EC74DB;
}
.AnyTagClassName
{
color: #EC74DB;
}
</style>
background-color css
<style>
a { background-color: #EC74DB; }
a { background-color: rgb(236,116,219); }
div.DivClassName
{
background-color: #EC74DB;
}
.BgClassName
{
background-color: #EC74DB;
}
</style>
border-color css
<style>
span { border-color: #EC74DB; }
span { border-color: rgb(236,116,219); }
td.TdClassName
{
border-color: #EC74DB;
}
.TagClassName
{
border-color: #EC74DB;
}
</style>