Shades of Orchid #EC71D8
Tints of Orchid #EC71D8
RGB
CMYK
RGB Variations
Color information
#EC71D8 (or 0xEC71D8) is known color: Orchid. HEX triplet: EC, 71 and D8. RGB value is (236,113,216). Sum of RGB (Red+Green+Blue) = 236+113+216=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71D8 is #138E27. Grayscale: #A1A1A1. Windows color (decimal): -1281576 or 14184940. OLE color: 14184940.
HSL color Cylindrical-coordinate representation of color #EC71D8: hue angle of 309.76º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71D8 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 216 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.07 |
| HSL | 309.76º | 0.76% | 0.68% | - |
| HSV(B) | 309.76º | 0.52% | 0.93% | - |
| XYZ | 52.89 | 34.6 | 68.86 | - |
| YUV | 161.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 216 | 0 | 0.52 | 0.08 | 0.07 | 309.76 | 0.76 | 0.68 |
| Hex | EC | 71 | D8 | 0 | 34 | 8 | 7 | 136 | 4C | 44 |
| Octal | 354 | 161 | 330 | 0 | 64 | 10 | 7 | 466 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11011000 | 0 | 110100 | 1000 | 111 | 100110110 | 1001100 | 1000100 |
Color Harmonies of #EC71D8
Complementary color
Monochromatic Colors of #EC71D8
Black with #EC71D8
Text Example
Text Example
White with #EC71D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71D8; }
p { color: rgb(236,113,216); }
H1.HeaderClassName
{
color: #EC71D8;
}
.AnyTagClassName
{
color: #EC71D8;
}
</style>
background-color css
<style>
a { background-color: #EC71D8; }
a { background-color: rgb(236,113,216); }
div.DivClassName
{
background-color: #EC71D8;
}
.BgClassName
{
background-color: #EC71D8;
}
</style>
border-color css
<style>
span { border-color: #EC71D8; }
span { border-color: rgb(236,113,216); }
td.TdClassName
{
border-color: #EC71D8;
}
.TagClassName
{
border-color: #EC71D8;
}
</style>