Shades of Orchid #EF70D7
Tints of Orchid #EF70D7
RGB
CMYK
RGB Variations
Color information
#EF70D7 (or 0xEF70D7) is known color: Orchid. HEX triplet: EF, 70 and D7. RGB value is (239,112,215). Sum of RGB (Red+Green+Blue) = 239+112+215=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70D7 is #108F28. Grayscale: #A1A1A1. Windows color (decimal): -1085225 or 14119151. OLE color: 14119151.
HSL color Cylindrical-coordinate representation of color #EF70D7: hue angle of 311.34º 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 #EF70D7 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 215 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.06 |
| HSL | 311.34º | 0.8% | 0.69% | - |
| HSV(B) | 311.34º | 0.53% | 0.94% | - |
| XYZ | 53.66 | 34.85 | 68.19 | - |
| YUV | 161.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 215 | 0 | 0.53 | 0.10 | 0.06 | 311.34 | 0.8 | 0.69 |
| Hex | EF | 70 | D7 | 0 | 35 | A | 6 | 137 | 50 | 45 |
| Octal | 357 | 160 | 327 | 0 | 65 | 12 | 6 | 467 | 120 | 105 |
| Binary | 11101111 | 1110000 | 11010111 | 0 | 110101 | 1010 | 110 | 100110111 | 1010000 | 1000101 |
Color Harmonies of #EF70D7
Complementary color
Monochromatic Colors of #EF70D7
Black with #EF70D7
Text Example
Text Example
White with #EF70D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF70D7; }
p { color: rgb(239,112,215); }
H1.HeaderClassName
{
color: #EF70D7;
}
.AnyTagClassName
{
color: #EF70D7;
}
</style>
background-color css
<style>
a { background-color: #EF70D7; }
a { background-color: rgb(239,112,215); }
div.DivClassName
{
background-color: #EF70D7;
}
.BgClassName
{
background-color: #EF70D7;
}
</style>
border-color css
<style>
span { border-color: #EF70D7; }
span { border-color: rgb(239,112,215); }
td.TdClassName
{
border-color: #EF70D7;
}
.TagClassName
{
border-color: #EF70D7;
}
</style>