Shades of Orchid #EC72DF
Tints of Orchid #EC72DF
RGB
CMYK
RGB Variations
Color information
#EC72DF (or 0xEC72DF) is known color: Orchid. HEX triplet: EC, 72 and DF. RGB value is (236,114,223). Sum of RGB (Red+Green+Blue) = 236+114+223=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72DF is #138D20. Grayscale: #A2A2A2. Windows color (decimal): -1281313 or 14643948. OLE color: 14643948.
HSL color Cylindrical-coordinate representation of color #EC72DF: hue angle of 306.39º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72DF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 223 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.07 |
| HSL | 306.39º | 0.76% | 0.69% | - |
| HSV(B) | 306.39º | 0.52% | 0.93% | - |
| XYZ | 53.93 | 35.2 | 73.76 | - |
| YUV | 162.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 223 | 0 | 0.52 | 0.06 | 0.07 | 306.39 | 0.76 | 0.69 |
| Hex | EC | 72 | DF | 0 | 34 | 6 | 7 | 132 | 4C | 45 |
| Octal | 354 | 162 | 337 | 0 | 64 | 6 | 7 | 462 | 114 | 105 |
| Binary | 11101100 | 1110010 | 11011111 | 0 | 110100 | 110 | 111 | 100110010 | 1001100 | 1000101 |
Color Harmonies of #EC72DF
Complementary color
Monochromatic Colors of #EC72DF
Black with #EC72DF
Text Example
Text Example
White with #EC72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC72DF; }
p { color: rgb(236,114,223); }
H1.HeaderClassName
{
color: #EC72DF;
}
.AnyTagClassName
{
color: #EC72DF;
}
</style>
background-color css
<style>
a { background-color: #EC72DF; }
a { background-color: rgb(236,114,223); }
div.DivClassName
{
background-color: #EC72DF;
}
.BgClassName
{
background-color: #EC72DF;
}
</style>
border-color css
<style>
span { border-color: #EC72DF; }
span { border-color: rgb(236,114,223); }
td.TdClassName
{
border-color: #EC72DF;
}
.TagClassName
{
border-color: #EC72DF;
}
</style>