Shades of Orchid #EF72D6
Tints of Orchid #EF72D6
RGB
CMYK
RGB Variations
Color information
#EF72D6 (or 0xEF72D6) is known color: Orchid. HEX triplet: EF, 72 and D6. RGB value is (239,114,214). Sum of RGB (Red+Green+Blue) = 239+114+214=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72D6 is #108D29. Grayscale: #A2A2A2. Windows color (decimal): -1084714 or 14054127. OLE color: 14054127.
HSL color Cylindrical-coordinate representation of color #EF72D6: hue angle of 312º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72D6 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 214 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.06 |
| HSL | 312º | 0.8% | 0.69% | - |
| HSV(B) | 312º | 0.52% | 0.94% | - |
| XYZ | 53.75 | 35.24 | 67.59 | - |
| YUV | 162.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 214 | 0 | 0.52 | 0.10 | 0.06 | 312 | 0.8 | 0.69 |
| Hex | EF | 72 | D6 | 0 | 34 | A | 6 | 138 | 50 | 45 |
| Octal | 357 | 162 | 326 | 0 | 64 | 12 | 6 | 470 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11010110 | 0 | 110100 | 1010 | 110 | 100111000 | 1010000 | 1000101 |
Color Harmonies of #EF72D6
Complementary color
Monochromatic Colors of #EF72D6
Black with #EF72D6
Text Example
Text Example
White with #EF72D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72D6; }
p { color: rgb(239,114,214); }
H1.HeaderClassName
{
color: #EF72D6;
}
.AnyTagClassName
{
color: #EF72D6;
}
</style>
background-color css
<style>
a { background-color: #EF72D6; }
a { background-color: rgb(239,114,214); }
div.DivClassName
{
background-color: #EF72D6;
}
.BgClassName
{
background-color: #EF72D6;
}
</style>
border-color css
<style>
span { border-color: #EF72D6; }
span { border-color: rgb(239,114,214); }
td.TdClassName
{
border-color: #EF72D6;
}
.TagClassName
{
border-color: #EF72D6;
}
</style>