Shades of Orchid #EF70DB
Tints of Orchid #EF70DB
RGB
CMYK
RGB Variations
Color information
#EF70DB (or 0xEF70DB) is known color: Orchid. HEX triplet: EF, 70 and DB. RGB value is (239,112,219). Sum of RGB (Red+Green+Blue) = 239+112+219=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70DB is #108F24. Grayscale: #A1A1A1. Windows color (decimal): -1085221 or 14381295. OLE color: 14381295.
HSL color Cylindrical-coordinate representation of color #EF70DB: hue angle of 309.45º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70DB is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 219 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.06 |
| HSL | 309.45º | 0.8% | 0.69% | - |
| HSV(B) | 309.45º | 0.53% | 0.94% | - |
| XYZ | 54.18 | 35.05 | 70.93 | - |
| YUV | 162.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 219 | 0 | 0.53 | 0.08 | 0.06 | 309.45 | 0.8 | 0.69 |
| Hex | EF | 70 | DB | 0 | 35 | 8 | 6 | 135 | 50 | 45 |
| Octal | 357 | 160 | 333 | 0 | 65 | 10 | 6 | 465 | 120 | 105 |
| Binary | 11101111 | 1110000 | 11011011 | 0 | 110101 | 1000 | 110 | 100110101 | 1010000 | 1000101 |
Color Harmonies of #EF70DB
Complementary color
Monochromatic Colors of #EF70DB
Black with #EF70DB
Text Example
Text Example
White with #EF70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70DB; }
p { color: rgb(239,112,219); }
H1.HeaderClassName
{
color: #EF70DB;
}
.AnyTagClassName
{
color: #EF70DB;
}
</style>
background-color css
<style>
a { background-color: #EF70DB; }
a { background-color: rgb(239,112,219); }
div.DivClassName
{
background-color: #EF70DB;
}
.BgClassName
{
background-color: #EF70DB;
}
</style>
border-color css
<style>
span { border-color: #EF70DB; }
span { border-color: rgb(239,112,219); }
td.TdClassName
{
border-color: #EF70DB;
}
.TagClassName
{
border-color: #EF70DB;
}
</style>